mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add validation error message for inputbox component (#8909)
* add validation error message for inputbox component * addressing comments * remove copying entire definition for InputBoxProperties
This commit is contained in:
@@ -48,6 +48,8 @@ export class ImportConfigPage extends DacFxConfigPage {
|
||||
|
||||
async onPageEnter(): Promise<boolean> {
|
||||
let r1 = await this.populateServerDropdown();
|
||||
// get existing database values to verify if new database name is valid
|
||||
await this.getDatabaseValues();
|
||||
return r1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user