mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Save & Close Fixes (#17469)
* wip * fixed save & close summary page * cleanup * pr comments
This commit is contained in:
@@ -625,7 +625,7 @@ export class SKURecommendationPage extends MigrationWizardPage {
|
||||
if (this.hasSavedInfo()) {
|
||||
this.migrationStateModel._azureAccount = <azdata.Account>this.migrationStateModel.savedInfo.azureAccount;
|
||||
}
|
||||
if (!this.migrationStateModel._targetSubscription) {
|
||||
if (!this.migrationStateModel._targetSubscription || this.migrationStateModel.resumeAssessment) {
|
||||
this._managedInstanceSubscriptionDropdown.loading = true;
|
||||
this._resourceDropdown.loading = true;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user