mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
fix a couple things in create project from db dialog (#14511)
This commit is contained in:
@@ -227,9 +227,11 @@ export class CreateProjectFromDatabaseDialog {
|
||||
|
||||
// populate database dropdown with the databases for this connection
|
||||
if (connectionId) {
|
||||
this.sourceDatabaseDropDown!.loading = true;
|
||||
const databaseValues = await azdata.connection.listDatabases(connectionId);
|
||||
|
||||
this.sourceDatabaseDropDown!.values = databaseValues;
|
||||
this.sourceDatabaseDropDown!.loading = false;
|
||||
this.connectionId = connectionId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user