mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
Fix search for data-tables using the builtin search bar (#5937)
This commit is contained in:
parent
d2a1d11d16
commit
300c8d06c4
@ -382,7 +382,7 @@ export class HaDataTable extends LitElement {
|
||||
filteredData = await this._memFilterData(
|
||||
this.data,
|
||||
this._sortColumns,
|
||||
this.filter
|
||||
this._filter
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user