mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Fix device filtering on mobile (#4243)
This commit is contained in:
parent
8a3b1d76a1
commit
fcd793fc9e
@ -135,7 +135,6 @@ export class HaDevicesDataTable extends LitElement {
|
|||||||
name: {
|
name: {
|
||||||
title: "Device",
|
title: "Device",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
filterKey: "name",
|
|
||||||
filterable: true,
|
filterable: true,
|
||||||
direction: "asc",
|
direction: "asc",
|
||||||
template: (name, device: DataTableRowData) => {
|
template: (name, device: DataTableRowData) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user