mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -05:00
Stop executing the same code three times (#9835)
* Stop executing the same code three times * Remove one more extra call
This commit is contained in:
@@ -277,7 +277,6 @@ export class ConnectionDialogWidget extends Modal {
|
||||
// Show connection form based on server type
|
||||
DOM.clearNode(this._connectionUIContainer);
|
||||
this._onShowUiComponent.fire({ selectedProviderDisplayName: selectedProviderDisplayName, container: this._connectionUIContainer });
|
||||
this.initDialog();
|
||||
}
|
||||
|
||||
private connect(element?: IConnectionProfile): void {
|
||||
|
||||
Reference in New Issue
Block a user