mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Fix default path for demo
This commit is contained in:
parent
6995968d50
commit
5dcea51712
@ -86,7 +86,7 @@ export class HomeAssistantAppEl extends HassElement {
|
|||||||
this._route === undefined &&
|
this._route === undefined &&
|
||||||
(route.path === "" || route.path === "/")
|
(route.path === "" || route.path === "/")
|
||||||
) {
|
) {
|
||||||
navigate(window, getStorageDefaultPanelUrlPath(), true);
|
navigate(window, `/${getStorageDefaultPanelUrlPath()}`, true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user