Fix Add Azure Account dialog constantly reappearing (#6048)

This commit is contained in:
Charles Gagnon
2019-06-18 21:48:11 +00:00
committed by GitHub
parent 58e5e095e5
commit 373c3488bb

View File

@@ -463,7 +463,6 @@ export class ConnectionWidget {
accountDropdownOptions.push(this._addAzureAccountMessage);
this._azureAccountDropdown.setOptions(accountDropdownOptions);
this._azureAccountDropdown.selectWithOptionName(oldSelection);
await this.onAzureAccountSelected();
}
private async updateRefreshCredentialsLink(): Promise<void> {