mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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 =
|
this._cancelButton.enabled =
|
||||||
migrationStatusTextValue === MigrationStatus.Canceling ||
|
|
||||||
migrationStatusTextValue === MigrationStatus.Creating ||
|
migrationStatusTextValue === MigrationStatus.Creating ||
|
||||||
migrationStatusTextValue === MigrationStatus.InProgress;
|
migrationStatusTextValue === MigrationStatus.InProgress;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user