Skip to content

Commit

Permalink
Reset search bar filters in encounter list when tab is revisited (#9867)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrin2005 authored Jan 10, 2025
1 parent bf99e51 commit cf7dcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Encounters/EncounterList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ export function EncounterList({
const { qParams, updateQuery, Pagination, clearSearch, resultsPerPage } =
useFilters({
limit: 14,
cacheBlacklist: ["name", "encounter_id", "external_identifier"],
});

const {
status,
encounter_class: encounterClass,
Expand Down

0 comments on commit cf7dcc9

Please sign in to comment.