mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-15 22:10:20 +00:00
Fix incompatible object/array property types (2 of 3) (#19482)
This commit is contained in:
@@ -24,7 +24,7 @@ class HaBluePrintPicker extends LitElement {
|
||||
|
||||
@property() public domain: BlueprintDomain = "automation";
|
||||
|
||||
@property() public blueprints?: Blueprints;
|
||||
@property({ attribute: false }) public blueprints?: Blueprints;
|
||||
|
||||
@property({ type: Boolean }) public disabled = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user