mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 11:01:37 -05:00
Fix for Depoyment defaults to first item when filter filters out all items (#12871)
* disabled ok button when there are no resources * added missing space
This commit is contained in:
@@ -267,6 +267,7 @@ export class ResourceTypePickerDialog extends DialogBase {
|
|||||||
this._agreementContainer.clearItems();
|
this._agreementContainer.clearItems();
|
||||||
this._optionsContainer.clearItems();
|
this._optionsContainer.clearItems();
|
||||||
this.updateToolsDisplayTable();
|
this.updateToolsDisplayTable();
|
||||||
|
this._dialogObject.okButton.enabled = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user