Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ost-tool into dev
  • Loading branch information
onehanddev committed Dec 6, 2024
2 parents d7f1f70 + 34b718e commit 0782b52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/containers/overview/map/layers/projects/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export default function ProjectsLayer() {
...(filters.countryCode && { countryCode: [filters.countryCode] }),
ecosystem: filters.ecosystem,
activity: filters.activity,
restorationActivity: filters.restorationActivity,
projectSizeFilter: filters.projectSizeFilter,
priceType: filters.priceType,
},
costRange: filters.costRange,
abatementPotentialRange: filters.abatementPotentialRange,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export function OverviewTable() {
costRangeSelector: filters.costRangeSelector,
pageNumber: pagination.pageIndex + 1,
pageSize: pagination.pageSize,
partialProjectName: filters.keyword,
},
},
{
Expand Down

0 comments on commit 0782b52

Please sign in to comment.