Skip to content

Commit

Permalink
improve labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Carneiro committed Nov 19, 2024
1 parent f34d0e8 commit 9bfeb53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webview/components/kdbNewConnectionView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ export class KdbNewConnectionView extends LitElement {
});
setTimeout(() => {
this.labels.push(this.newLblName);
this.removeBlankLabels();
this.closeModal();
}, 500);
}
Expand Down

0 comments on commit 9bfeb53

Please sign in to comment.