mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-26 18:15:40 +01:00
Initialize boolean properties (#19445)
This commit is contained in:
@@ -10,7 +10,7 @@ import "./ha-debug-connection-row";
|
||||
class HaPanelDevDebug extends SubscribeMixin(LitElement) {
|
||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||
|
||||
@property({ type: Boolean }) public narrow!: boolean;
|
||||
@property({ type: Boolean }) public narrow = false;
|
||||
|
||||
protected render() {
|
||||
return html`
|
||||
|
||||
Reference in New Issue
Block a user