mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 20:55:49 +00:00
Initialize boolean properties (#19445)
This commit is contained in:
@@ -56,7 +56,7 @@ const DATA_SET_CONFIG = {
|
||||
class HaConfigHardware extends SubscribeMixin(LitElement) {
|
||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||
|
||||
@property({ type: Boolean }) public narrow!: boolean;
|
||||
@property({ type: Boolean }) public narrow = false;
|
||||
|
||||
@state() private _error?: { code: string; message: string };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user