mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix toggles in automation datatable on firefox (#20360)
This commit is contained in:
parent
03939001b2
commit
567ee8000d
@ -283,6 +283,7 @@ class HaAutomationPicker extends SubscribeMixin(LitElement) {
|
|||||||
sortable: true,
|
sortable: true,
|
||||||
groupable: true,
|
groupable: true,
|
||||||
title: "",
|
title: "",
|
||||||
|
type: "overflow",
|
||||||
label: this.hass.localize("ui.panel.config.automation.picker.state"),
|
label: this.hass.localize("ui.panel.config.automation.picker.state"),
|
||||||
template: (automation) => html`
|
template: (automation) => html`
|
||||||
<ha-entity-toggle
|
<ha-entity-toggle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user