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