Skip to content

Commit

Permalink
improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Carneiro committed Oct 29, 2024
1 parent b5857c0 commit 4ad7c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview/components/kdbNewConnectionView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [];
Expand Down

0 comments on commit 4ad7c32

Please sign in to comment.