mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
Toggle reset button on option change (#19975)
* Toggle reset button on option change * Reset functionliaty is revised and added edge case consideration
This commit is contained in:
committed by
GitHub
parent
e5b0e0255c
commit
425c9729ad
@@ -58,6 +58,7 @@ export class PublishDatabaseDialog {
|
||||
private serverName: string | undefined;
|
||||
protected optionsButton: azdataType.ButtonComponent | undefined;
|
||||
private publishOptionsDialog: PublishOptionsDialog | undefined;
|
||||
public publishOptionsModified: boolean = false;
|
||||
|
||||
private completionPromise: Deferred = new Deferred();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user