mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Dont use lovelace in new dashboard urls (#14395)
This commit is contained in:
parent
048b345c75
commit
c5ec1797f6
@ -248,7 +248,7 @@ export class DialogLovelaceDashboardDetail extends LitElement {
|
||||
...this._data,
|
||||
url_path: slugifyTitle.includes("-")
|
||||
? slugifyTitle
|
||||
: `lovelace-${slugifyTitle}`,
|
||||
: `dashboard-${slugifyTitle}`,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user