Fix zha back btn (#4470)

This commit is contained in:
Bram Kragten 2020-01-14 13:57:00 +01:00 committed by David F. Mulcahey
parent 1e717ab33e
commit 4e08d8f3b3

View File

@ -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">