ADS: Make select all tables by default instead of having to click edit and do select all (#21698)

* table are selected as default

* refactor

* fix save and close bug
This commit is contained in:
siyang yao
2023-01-24 11:53:12 -08:00
committed by GitHub
parent c970887d5e
commit 6631f8e2d9
3 changed files with 40 additions and 18 deletions

View File

@@ -76,6 +76,11 @@ export class TargetSelectionPage extends MigrationWizardPage {
this._disposables.forEach(
d => { try { d.dispose(); } catch { } });
}));
if (this.migrationStateModel.resumeAssessment) {
await this.populateAzureAccountsDropdown();
}
await this._view.initializeModel(form);
}