diff --git a/extensions/dacpac/src/wizard/pages/deployConfigPage.ts b/extensions/dacpac/src/wizard/pages/deployConfigPage.ts index aa5facbbab..c2b2e6f126 100644 --- a/extensions/dacpac/src/wizard/pages/deployConfigPage.ts +++ b/extensions/dacpac/src/wizard/pages/deployConfigPage.ts @@ -137,7 +137,8 @@ export class DeployConfigPage extends DacFxConfigPage { protected async createDeployDatabaseDropdown(): Promise { const targetDatabaseTitle = loc.databaseName; this.databaseDropdown = this.view.modelBuilder.dropDown().withProps({ - ariaLabel: targetDatabaseTitle + ariaLabel: targetDatabaseTitle, + required: true }).component(); //Handle database changes