mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +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;
|
@property() public narrow?: boolean;
|
||||||
|
|
||||||
public route?: Route;
|
@property() public route?: Route;
|
||||||
|
|
||||||
@property() private _columns?: number;
|
@property() private _columns?: number;
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ class LovelacePanel extends LitElement {
|
|||||||
|
|
||||||
@property() private _errorMsg?: string;
|
@property() private _errorMsg?: string;
|
||||||
|
|
||||||
private lovelace?: Lovelace;
|
@property() private lovelace?: Lovelace;
|
||||||
|
|
||||||
private mqls?: MediaQueryList[];
|
private mqls?: MediaQueryList[];
|
||||||
|
|
||||||
|
@ -66,6 +66,7 @@ export class HUIView extends LitElement {
|
|||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
console.log("CONSTRUCT HUI-VIEW");
|
||||||
this._cards = [];
|
this._cards = [];
|
||||||
this._badges = [];
|
this._badges = [];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user