mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 02:06:42 +00:00
Fix zha back btn (#4470)
This commit is contained in:
parent
1e717ab33e
commit
4e08d8f3b3
@ -105,7 +105,7 @@ class ZHAConfigDashboard extends LitElement {
|
|||||||
return html`
|
return html`
|
||||||
<hass-subpage
|
<hass-subpage
|
||||||
.header=${this.hass.localize("ui.panel.config.zha.title")}
|
.header=${this.hass.localize("ui.panel.config.zha.title")}
|
||||||
.showBackButton=${this.isWide}
|
.showBackButton=${!this.isWide}
|
||||||
>
|
>
|
||||||
<ha-config-section .narrow=${this.narrow} .isWide=${this.isWide}>
|
<ha-config-section .narrow=${this.narrow} .isWide=${this.isWide}>
|
||||||
<div slot="header">
|
<div slot="header">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user