Fix hidden conditional card in editor preview (#21344)

This commit is contained in:
Paul Bottein 2024-07-09 15:37:05 +02:00 committed by GitHub
parent ca53af5c41
commit 541453c245
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;