mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26: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`
|
||||
<hass-subpage
|
||||
.header=${this.hass.localize("ui.panel.config.zha.title")}
|
||||
.showBackButton=${this.isWide}
|
||||
.showBackButton=${!this.isWide}
|
||||
>
|
||||
<ha-config-section .narrow=${this.narrow} .isWide=${this.isWide}>
|
||||
<div slot="header">
|
||||
|
Loading…
x
Reference in New Issue
Block a user