mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
add error banner for failed migration cutover and cancel migration (#17106)
This commit is contained in:
@@ -288,8 +288,8 @@ export class DatabaseSelectorPage extends MigrationWizardPage {
|
||||
).component();
|
||||
|
||||
await this._databaseSelectorTable.setDataValues(this._databaseTableValues);
|
||||
this._disposables.push(this._databaseSelectorTable.onDataChanged(() => {
|
||||
this._dbCount.updateProperties({
|
||||
this._disposables.push(this._databaseSelectorTable.onDataChanged(async () => {
|
||||
await this._dbCount.updateProperties({
|
||||
'value': constants.DATABASES_SELECTED(this.selectedDbs().length, this._databaseTableValues.length)
|
||||
});
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user