mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Updated Fix for Deployment defaulting to first item when filter filters out all items (#12876)
* Fix where update table is not called * Clearing table when no resource is selected
This commit is contained in:
@@ -266,7 +266,9 @@ export class ResourceTypePickerDialog extends DialogBase {
|
|||||||
this._agreementCheckboxChecked = false;
|
this._agreementCheckboxChecked = false;
|
||||||
this._agreementContainer.clearItems();
|
this._agreementContainer.clearItems();
|
||||||
this._optionsContainer.clearItems();
|
this._optionsContainer.clearItems();
|
||||||
this.updateToolsDisplayTable();
|
this._toolsLoadingComponent.loading = false;
|
||||||
|
this._toolsTable.data = [[]];
|
||||||
|
this._tools = [];
|
||||||
this._dialogObject.okButton.enabled = false;
|
this._dialogObject.okButton.enabled = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user