Skip to content

Commit

Permalink
fix create label dialog for edit conn
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Carneiro-KX committed Aug 13, 2024
1 parent 90f3e03 commit 0c13a19
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 @@ -637,6 +637,7 @@ export class KdbNewConnectionView extends LitElement {
this.connectionData.connType === 2 ? ServerType.INSIGHTS : ServerType.KDB;
return html`
<div class="row mt-1 mb-1 content-wrapper">
${this.isModalOpen ? this.renderNewLabelModal() : ""}
<div class="col form-wrapper">
<div class="header-text-wrapper">
<div class="row">
Expand Down

0 comments on commit 0c13a19

Please sign in to comment.