Fix broken 'Create new' DMS dialog (#20507)

* Fix broken 'Create new' DMS dialog

* Update string
This commit is contained in:
Raymond Truong
2022-08-30 15:03:58 -07:00
committed by GitHub
parent 5fb989f28e
commit 60900ff809
3 changed files with 5 additions and 4 deletions

View File

@@ -111,8 +111,7 @@ export class SummaryPage extends MigrationWizardPage {
: (isSqlMiTarget)
? constants.SUMMARY_MI_TYPE
: constants.SUMMARY_SQLDB_TYPE,
await this.migrationStateModel.getLocationDisplayName(
this.migrationStateModel._targetServerInstance.name!)),
this.migrationStateModel._targetServerInstance.name),
await createHeadingTextComponent(
this._view,
constants.DATABASE_BACKUP_MIGRATION_MODE_LABEL),