mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
Make loading components not valid and improve RD radio group (#13738)
This commit is contained in:
@@ -42,6 +42,9 @@ export default class LoadingComponent extends ComponentBase<azdata.LoadingCompon
|
||||
if (!this._component) {
|
||||
return true;
|
||||
}
|
||||
if (this.loading) {
|
||||
return false;
|
||||
}
|
||||
return this.modelStore.getComponent(this._component.id).validate();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user