mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
Add loading text properties for option sources (#13743)
* Add loading text to deployment radio options * Fix loading race condition * Update text
This commit is contained in:
@@ -1660,8 +1660,9 @@ class ButtonWrapper extends ComponentWithIconWrapper implements azdata.ButtonCom
|
||||
class LoadingComponentWrapper extends ComponentWrapper implements azdata.LoadingComponent {
|
||||
constructor(proxy: MainThreadModelViewShape, handle: number, id: string) {
|
||||
super(proxy, handle, ModelComponentTypes.LoadingComponent, id);
|
||||
this.properties = {};
|
||||
this.loading = true;
|
||||
this.properties = {
|
||||
loading: true
|
||||
};
|
||||
}
|
||||
|
||||
public get loading(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user