mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Fix property on ha-panel-lovelace
This commit is contained in:
parent
49f90671fb
commit
89a8e3da36
@ -29,7 +29,7 @@ class LovelacePanel extends LitElement {
|
||||
|
||||
@property() public narrow?: boolean;
|
||||
|
||||
public route?: Route;
|
||||
@property() public route?: Route;
|
||||
|
||||
@property() private _columns?: number;
|
||||
|
||||
@ -38,7 +38,7 @@ class LovelacePanel extends LitElement {
|
||||
|
||||
@property() private _errorMsg?: string;
|
||||
|
||||
private lovelace?: Lovelace;
|
||||
@property() private lovelace?: Lovelace;
|
||||
|
||||
private mqls?: MediaQueryList[];
|
||||
|
||||
|
@ -66,6 +66,7 @@ export class HUIView extends LitElement {
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
console.log("CONSTRUCT HUI-VIEW");
|
||||
this._cards = [];
|
||||
this._badges = [];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user