Skip to content

Commit

Permalink
Feat/experience filter (#493)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon <jon.heggstad@gmail.com>
Co-authored-by: Ida Marie Andreassen <ima@variant.no>
  • Loading branch information
3 people authored Jun 13, 2024
1 parent 1f0ca80 commit 8cfc04d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/CostumerTable/EngagementRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export default function EngagementRows({
yearFilter: [],
consultants: selectedConsultants,
availabilityFilterOn: false,
activeExperienceFrom: activeFilters.experienceFromFilter,
activeExperienceTo: activeFilters.experienceToFilter,
}),
);
}, [selectedConsultants, activeFilters.departmentFilter]);
Expand Down

0 comments on commit 8cfc04d

Please sign in to comment.