mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 18:46:34 -05:00
disableControlButtons disables generateScriptButton (#12835)
This commit is contained in:
@@ -415,6 +415,7 @@ function disableControlButtons(container: azdata.window.Dialog | azdata.window.W
|
||||
if ('okButton' in container) {
|
||||
container.okButton.enabled = false;
|
||||
} else {
|
||||
container.generateScriptButton.enabled = false;
|
||||
container.doneButton.enabled = false;
|
||||
container.nextButton.enabled = false;
|
||||
container.backButton.enabled = false;
|
||||
|
||||
Reference in New Issue
Block a user