Skip to content

Commit

Permalink
fix(FiltersPanel): fix filter highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
asabotovich committed Oct 16, 2023
1 parent 7801938 commit 1911009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/FilteredPage/FilteredPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export const FilteredPage: React.FC<React.PropsWithChildren<FilteredPageProps>>
setPreset,
batchQueryState,
setLimitFilter,
queryFilterState,
} = useUrlFilterParams({
preset: filterPreset,
});
Expand Down Expand Up @@ -115,6 +116,7 @@ export const FilteredPage: React.FC<React.PropsWithChildren<FilteredPageProps>>
total={total}
counter={counter}
queryState={queryState}
queryFilterState={queryFilterState}
queryString={queryString}
onSearchChange={setFulltextFilter}
onFilterApply={batchQueryState}
Expand Down

0 comments on commit 1911009

Please sign in to comment.