mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-21 11:18:47 +00:00
Fix boolean attributes (#23189)
This commit is contained in:
@@ -67,7 +67,7 @@ export class HaScriptEditor extends KeyboardShortcutMixin(LitElement) {
|
||||
|
||||
@property({ attribute: false }) public entityRegistry!: EntityRegistryEntry[];
|
||||
|
||||
@property({ attribute: false, type: Boolean }) public isWide = false;
|
||||
@property({ attribute: "is-wide", type: Boolean }) public isWide = false;
|
||||
|
||||
@property({ type: Boolean }) public narrow = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user