Skip to content

Commit

Permalink
Fix hidden conditional card in editor preview (#21344)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Jul 9, 2024
1 parent ca53af5 commit 541453c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/lovelace/cards/hui-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ declare global {

@customElement("hui-card")
export class HuiCard extends ReactiveElement {
@property({ attribute: false }) public preview = false;
@property({ type: Boolean }) public preview = false;

@property({ attribute: false }) public isPanel = false;

Expand Down

0 comments on commit 541453c

Please sign in to comment.