mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
fix integration filter menu disappearing (#16088)
This commit is contained in:
parent
56cc4e8d4d
commit
c7b3c4df27
@ -453,9 +453,9 @@ class HaConfigIntegrations extends SubscribeMixin(LitElement) {
|
|||||||
"ui.panel.config.integrations.search"
|
"ui.panel.config.integrations.search"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
${!this._showDisabled && disabledCount
|
<div class="filters" slot="suffix">
|
||||||
? html`<div class="filters" slot="suffix">
|
${!this._showDisabled && disabledCount
|
||||||
<div
|
? html`<div
|
||||||
class="active-filters"
|
class="active-filters"
|
||||||
@click=${this._preventDefault}
|
@click=${this._preventDefault}
|
||||||
>
|
>
|
||||||
@ -469,10 +469,10 @@ class HaConfigIntegrations extends SubscribeMixin(LitElement) {
|
|||||||
"ui.panel.config.integrations.disable.show"
|
"ui.panel.config.integrations.disable.show"
|
||||||
)}
|
)}
|
||||||
></mwc-button>
|
></mwc-button>
|
||||||
</div>
|
</div>`
|
||||||
${filterMenu}
|
: ""}
|
||||||
</div>`
|
${filterMenu}
|
||||||
: ""}
|
</div>
|
||||||
</search-input>
|
</search-input>
|
||||||
</div>
|
</div>
|
||||||
`}
|
`}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user