Skip to content

Commit

Permalink
Merge pull request #466 from KxSystems/dev
Browse files Browse the repository at this point in the history
dev-to-1.9
  • Loading branch information
ecmel authored Nov 20, 2024
2 parents f34d0e8 + 8f5947b commit 028eeeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@
"bracketSameLine": true
},
"devDependencies": {
"@shoelace-style/shoelace": "^2.18.0",
"@shoelace-style/shoelace": "2.17.1",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/graceful-fs": "^4.1.9",
Expand Down
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 028eeeb

Please sign in to comment.