Skip to content

Commit 6a26ae0

Browse files
authored
Fix: Organization Facility Search Value not clearing on tab switch (#10081)
1 parent c34d3ce commit 6a26ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Organization/OrganizationFacilities.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function OrganizationFacilities({
3232
const { t } = useTranslation();
3333

3434
const { qParams, Pagination, advancedFilter, resultsPerPage, updateQuery } =
35-
useFilters({ limit: 15, cacheBlacklist: ["facility"] });
35+
useFilters({ limit: 15, cacheBlacklist: ["name"] });
3636

3737
const { data: facilities, isLoading } = useQuery({
3838
queryKey: ["organizationFacilities", id, qParams],

0 commit comments

Comments
 (0)