fix(web): search returns all value (#5210)

This commit is contained in:
Alex 2023-11-20 20:58:22 -06:00 committed by GitHub
parent d49b353c49
commit 28a15365d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -33,7 +33,7 @@
showBigSearchBar = false;
$isSearchEnabled = false;
goto(`${AppRoute.SEARCH}?${params}`);
goto(`${AppRoute.SEARCH}?${params}`, { invalidateAll: true });
}
const clearSearchTerm = (searchTerm: string) => {