Skip to content

Commit

Permalink
Merge pull request #397 from KxSystems/fix-edit-conn-auth-2
Browse files Browse the repository at this point in the history
fix edit conn auth
  • Loading branch information
Philip-Carneiro-KX authored Aug 13, 2024
2 parents dd466df + 0a0d1f3 commit 90f3e03
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 @@ -133,6 +133,7 @@ export class KdbNewConnectionView extends LitElement {

editAuthOfConn() {
this.editAuth = !this.editAuth;
this.requestUpdate();
}

renderServerNameDesc(isBundleQ?: boolean) {
Expand Down

0 comments on commit 90f3e03

Please sign in to comment.