mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 18:22:34 -05:00
Fix broken 'Create new' DMS dialog (#20507)
* Fix broken 'Create new' DMS dialog * Update string
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user