Fix back paths (#21112)

Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
This commit is contained in:
Kevin Jahrens 2024-06-19 09:08:14 +02:00 committed by GitHub
parent fa24f529e0
commit 62528b2413
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ export class HaConfigApplicationCredentials extends LitElement {
.hass=${this.hass}
.narrow=${this.narrow}
.route=${this.route}
backPath="/config"
back-path="/config"
.tabs=${configSections.devices}
.columns=${this._columns(this.narrow, this.hass.localize)}
.data=${this._getApplicationCredentials(

View File

@ -182,7 +182,7 @@ export class HaConfigUsers extends LitElement {
.hass=${this.hass}
.narrow=${this.narrow}
.route=${this.route}
backPath="/config"
back-path="/config"
.tabs=${configSections.persons}
.columns=${this._columns(this.narrow, this.hass.localize)}
.data=${this._userData(this._users, this.hass.localize)}