From 4ad7c3256c4067fef42eab2f0e19337ae2083365 Mon Sep 17 00:00:00 2001 From: Philip Carneiro Date: Tue, 29 Oct 2024 11:13:49 +0000 Subject: [PATCH] improve code --- src/webview/components/kdbNewConnectionView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webview/components/kdbNewConnectionView.ts b/src/webview/components/kdbNewConnectionView.ts index b28b4316..1578e283 100644 --- a/src/webview/components/kdbNewConnectionView.ts +++ b/src/webview/components/kdbNewConnectionView.ts @@ -27,7 +27,7 @@ import { @customElement("kdb-new-connection-view") export class KdbNewConnectionView extends LitElement { - static styles = [shoelaceStyles, kdbStyles, newConnectionStyles]; + static readonly styles = [shoelaceStyles, kdbStyles, newConnectionStyles]; selectedTab = ConnectionType.BundledQ; lblColorsList: LabelColors[] = []; lblNamesList: Labels[] = [];