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