mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix Add Azure Account dialog constantly reappearing (#6048)
This commit is contained in:
@@ -463,7 +463,6 @@ export class ConnectionWidget {
|
|||||||
accountDropdownOptions.push(this._addAzureAccountMessage);
|
accountDropdownOptions.push(this._addAzureAccountMessage);
|
||||||
this._azureAccountDropdown.setOptions(accountDropdownOptions);
|
this._azureAccountDropdown.setOptions(accountDropdownOptions);
|
||||||
this._azureAccountDropdown.selectWithOptionName(oldSelection);
|
this._azureAccountDropdown.selectWithOptionName(oldSelection);
|
||||||
await this.onAzureAccountSelected();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private async updateRefreshCredentialsLink(): Promise<void> {
|
private async updateRefreshCredentialsLink(): Promise<void> {
|
||||||
|
|||||||
Reference in New Issue
Block a user