Archived
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