Skip to content

Commit

Permalink
Merge pull request #463 from KxSystems/improve-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Carneiro-KX authored Nov 19, 2024
2 parents f34d0e8 + 9bfeb53 commit f03f4c6
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 f03f4c6

Please sign in to comment.