mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-15 22:10:20 +00:00
Remember filter between navigation (#11565)
This commit is contained in:
@@ -571,6 +571,9 @@ export class HaDataTable extends LitElement {
|
||||
}
|
||||
|
||||
private _handleSearchChange(ev: CustomEvent): void {
|
||||
if (this.filter) {
|
||||
return;
|
||||
}
|
||||
this._debounceSearch(ev.detail.value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user