loading indicator for table designer (#17407)

* loading indicator for table designer

* fix layering error

* bug fix
This commit is contained in:
Alan Ren
2021-10-20 12:54:23 -07:00
committed by GitHub
parent 328ed83cb9
commit c89aa26c0a
7 changed files with 165 additions and 12 deletions

View File

@@ -52,6 +52,7 @@ export interface DesignerState {
valid: boolean;
dirty: boolean;
saving: boolean;
processing: boolean;
}
export const NameProperty = 'name';