From 0a0d1f386f49cbf6dcaabf514e3653410b836ea5 Mon Sep 17 00:00:00 2001 From: Philip Carneiro Date: Tue, 13 Aug 2024 12:42:15 +0100 Subject: [PATCH] fix edit conn auth --- src/webview/components/kdbNewConnectionView.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webview/components/kdbNewConnectionView.ts b/src/webview/components/kdbNewConnectionView.ts index b35247da..000d8162 100644 --- a/src/webview/components/kdbNewConnectionView.ts +++ b/src/webview/components/kdbNewConnectionView.ts @@ -133,6 +133,7 @@ export class KdbNewConnectionView extends LitElement { editAuthOfConn() { this.editAuth = !this.editAuth; + this.requestUpdate(); } renderServerNameDesc(isBundleQ?: boolean) {