1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Fix toggles in automation datatable on firefox (#20360)

This commit is contained in:
Bram Kragten
2024-04-03 10:30:08 +02:00
committed by GitHub
parent 03939001b2
commit 567ee8000d

View File

@@ -283,6 +283,7 @@ class HaAutomationPicker extends SubscribeMixin(LitElement) {
sortable: true,
groupable: true,
title: "",
type: "overflow",
label: this.hass.localize("ui.panel.config.automation.picker.state"),
template: (automation) => html`
<ha-entity-toggle