mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-17 15:00:31 +00:00
Fix incompatible boolean property types (#19337)
This commit is contained in:
@@ -11,7 +11,7 @@ import { HomeAssistant } from "../../../../types";
|
||||
class HaInputButtonForm extends LitElement {
|
||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||
|
||||
@property() public new?: boolean;
|
||||
@property({ type: Boolean }) public new = false;
|
||||
|
||||
@state() private _name!: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user