Skip to content

Commit

Permalink
CM-217: use searcher for individuals/groups (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 authored Jul 18, 2023
1 parent e3b3572 commit fc68e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BenefitPlansListTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function BenefitPlansListTabPanel({
rights={rights}
individualId={individual?.id}
groupId={group?.id}
pubRef="socialProtection.BenefitPlanSearcher"
pubRef="socialProtection.BenefitPlanSearcherForEntities"
/>
</PublishedComponent>
);
Expand Down

0 comments on commit fc68e04

Please sign in to comment.