mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
disable cancel button after clicked once (#16783)
* disable cancel button after clicked once * remove enabling of cancel button when cancelling
This commit is contained in:
@@ -667,7 +667,6 @@ export class MigrationCutoverDialog {
|
||||
}
|
||||
|
||||
this._cancelButton.enabled =
|
||||
migrationStatusTextValue === MigrationStatus.Canceling ||
|
||||
migrationStatusTextValue === MigrationStatus.Creating ||
|
||||
migrationStatusTextValue === MigrationStatus.InProgress;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user