mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 17:22:20 -05:00
Fix Loading component removal (#13478)
* Fix Loading component removal * More undefined checks
This commit is contained in:
@@ -95,6 +95,11 @@ export default class LoadingComponent extends ComponentBase<azdata.LoadingCompon
|
||||
this.layout();
|
||||
}
|
||||
|
||||
public removeFromContainer(_componentDescriptor: IComponentDescriptor): void {
|
||||
this._component = undefined;
|
||||
this.layout();
|
||||
}
|
||||
|
||||
public getStatusText(): string {
|
||||
return this.loading ? this.loadingText : this.loadingCompletedText;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user