mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-07 17:36:35 +00:00
Use url path instead of component name for path
This commit is contained in:
parent
a4afc2e37a
commit
658b349755
@ -213,7 +213,7 @@ class HaSidebar extends
|
||||
menuClicked(ev) {
|
||||
// Selection made inside dom-repeat
|
||||
if (ev.model) {
|
||||
this.selectPanel(ev.model.item.component_name);
|
||||
this.selectPanel(ev.model.item.url_path);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user