Skip to content

Commit

Permalink
chore: resolve filter query
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Nov 12, 2024
1 parent c2bfee2 commit 85475f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/sectionList/filters/parseFiltersToQueryParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const filterToQueryParamMap: FilterToQueryParamsMap = {
identifiable: (value) => `identifiable:token:${value}`,
category: (value) => inFilter('categories.id', value),
categoryOption: (value) => inFilter('categoryOptions.id', value),
indicatorType: (value) => inFilter('indicatorType.id', value),
categoryCombo: (value, section) => {
if (section.name === 'category') {
return inFilter('categoryCombos.id', value)
Expand Down

0 comments on commit 85475f6

Please sign in to comment.