mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix hidden conditional card in editor preview (#21344)
This commit is contained in:
parent
ca53af5c41
commit
541453c245
@ -23,7 +23,7 @@ declare global {
|
|||||||
|
|
||||||
@customElement("hui-card")
|
@customElement("hui-card")
|
||||||
export class HuiCard extends ReactiveElement {
|
export class HuiCard extends ReactiveElement {
|
||||||
@property({ attribute: false }) public preview = false;
|
@property({ type: Boolean }) public preview = false;
|
||||||
|
|
||||||
@property({ attribute: false }) public isPanel = false;
|
@property({ attribute: false }) public isPanel = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user