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 committed by GitHub
parent d2a1d11d16
commit 300c8d06c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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