From 9bfeb5307fd5f02d4fc3e00710f58c40d8067f04 Mon Sep 17 00:00:00 2001 From: Philip Carneiro Date: Tue, 19 Nov 2024 15:10:06 +0000 Subject: [PATCH] improve labels --- 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 f2df287c..b18ff5dc 100644 --- a/src/webview/components/kdbNewConnectionView.ts +++ b/src/webview/components/kdbNewConnectionView.ts @@ -1001,6 +1001,7 @@ export class KdbNewConnectionView extends LitElement { }); setTimeout(() => { this.labels.push(this.newLblName); + this.removeBlankLabels(); this.closeModal(); }, 500); }