Skip to content

Commit

Permalink
Fix: Organization Facility Search Value not clearing on tab switch (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 authored Jan 22, 2025
1 parent c34d3ce commit 6a26ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Organization/OrganizationFacilities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function OrganizationFacilities({
const { t } = useTranslation();

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

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

0 comments on commit 6a26ae0

Please sign in to comment.