mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fix schema compare database dropdown not starting with values (#13461)
This commit is contained in:
@@ -526,6 +526,8 @@ export class SchemaCompareDialog {
|
||||
}
|
||||
|
||||
currentDropdown.loading = false;
|
||||
|
||||
await this.populateDatabaseDropdown((currentDropdown.value as ConnectionDropdownValue).connection, isTarget);
|
||||
}
|
||||
|
||||
protected async getServerValues(isTarget: boolean): Promise<{ connection: azdata.connection.ConnectionProfile, displayName: string, name: string }[]> {
|
||||
|
||||
Reference in New Issue
Block a user