Revert "Stop executing the same code three times (#9835)" (#10026)

This reverts commit 97108bdeea.
This commit is contained in:
Anthony Dresser
2020-04-16 14:54:25 -07:00
committed by GitHub
parent e8bc6f8f6b
commit 5b19fe7c67
2 changed files with 3 additions and 0 deletions

View File

@@ -277,6 +277,7 @@ 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 {