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); }