Fix search for data-tables using the builtin search bar (#5937)

This commit is contained in:
Bram Kragten 2020-05-20 10:01:33 +02:00
parent fafad302ba
commit 9be864b45e

View File

@ -382,7 +382,7 @@ export class HaDataTable extends LitElement {
filteredData = await this._memFilterData(
this.data,
this._sortColumns,
this.filter
this._filter
);
}