mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +00:00
Update src/panels/lovelace/hui-root.ts
Co-Authored-By: balloob <paulus@home-assistant.io>
This commit is contained in:
parent
884b24da0e
commit
a824599a37
@ -417,7 +417,7 @@ class HUIRoot extends hassLocalizeLitMixin(LitElement) {
|
|||||||
return this.shadowRoot!.getElementById("view") as HTMLDivElement;
|
return this.shadowRoot!.getElementById("view") as HTMLDivElement;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _routeDataChanged(ev) {
|
private _routeDataChanged(ev): void {
|
||||||
this.routeData = ev.detail.value;
|
this.routeData = ev.detail.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user