Fix device filtering on mobile (#4243)

This commit is contained in:
Bram Kragten 2019-11-19 11:41:56 +01:00 committed by GitHub
parent 8a3b1d76a1
commit fcd793fc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,6 @@ export class HaDevicesDataTable extends LitElement {
name: {
title: "Device",
sortable: true,
filterKey: "name",
filterable: true,
direction: "asc",
template: (name, device: DataTableRowData) => {