mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-04 16:39:44 +00:00
Fix incompatible object/array property types (2 of 3) (#19482)
This commit is contained in:
@@ -19,7 +19,7 @@ export class HaLanguagePicker extends LitElement {
|
||||
|
||||
@property() public label?: string;
|
||||
|
||||
@property() public languages?: string[];
|
||||
@property({ type: Array }) public languages?: string[];
|
||||
|
||||
@property({ attribute: false }) public hass?: HomeAssistant;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user