From 0c13a193ef29787260a1e20d3024a6ddaf6b4429 Mon Sep 17 00:00:00 2001 From: Philip Carneiro Date: Tue, 13 Aug 2024 13:43:38 +0100 Subject: [PATCH] fix create label dialog for edit conn --- src/webview/components/kdbNewConnectionView.ts | 1 + 1 file changed, 1 insertion(+) 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() : ""}