mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 17:23:51 -05:00
loading indicator for table designer (#17407)
* loading indicator for table designer * fix layering error * bug fix
This commit is contained in:
@@ -34,7 +34,7 @@ export class SaveTableChangesAction extends Action {
|
||||
}
|
||||
|
||||
private updateState(): void {
|
||||
this.enabled = this._input.dirty && this._input.valid && !this._input.saving;
|
||||
this.enabled = this._input.dirty && this._input.valid && !this._input.processing;
|
||||
}
|
||||
|
||||
override dispose() {
|
||||
|
||||
Reference in New Issue
Block a user