diff --git a/src/webview/components/kdbNewConnectionView.ts b/src/webview/components/kdbNewConnectionView.ts index 000d8162..5d26fbbd 100644 --- a/src/webview/components/kdbNewConnectionView.ts +++ b/src/webview/components/kdbNewConnectionView.ts @@ -637,6 +637,7 @@ export class KdbNewConnectionView extends LitElement { this.connectionData.connType === 2 ? ServerType.INSIGHTS : ServerType.KDB; return html`
+ ${this.isModalOpen ? this.renderNewLabelModal() : ""}