mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +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;
|
||||
}
|
||||
|
||||
private _routeDataChanged(ev) {
|
||||
private _routeDataChanged(ev): void {
|
||||
this.routeData = ev.detail.value;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user