Fix glitchy 'show' checkboxes on integration page (#26021)

This commit is contained in:
karwosts 2025-07-02 04:43:06 -07:00 committed by GitHub
parent 6be25270fd
commit 3e1341a731
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -406,11 +406,7 @@ class HaConfigIntegrationsDashboard extends KeyboardShortcutMixin(
${!this._showDisabled && this.narrow && disabledConfigEntries.length
? html`<span class="badge">${disabledConfigEntries.length}</span>`
: ""}
<ha-button-menu
multi
@action=${this._handleMenuAction}
@click=${this._preventDefault}
>
<ha-button-menu multi @action=${this._handleMenuAction}>
<ha-icon-button
slot="trigger"
.label=${this.hass.localize("ui.common.menu")}