Skip to content

Commit

Permalink
Enabled bounties search to include filters
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulWahab3181 committed Feb 14, 2024
1 parent 7640ba6 commit 8f3128f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/people/widgetViews/BountyHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,11 @@ const BountyHeader = ({
onChange={onChangeSearch}
onKeyUp={(e: any) => {
if (e.key === 'Enter' || e.keyCode === 13) {
main.getPeopleBounties({ page: 1, resetPage: true });
main.getPeopleBounties({
page: 1,
resetPage: true,
...checkboxIdToSelectedMap
});
}
}}
iconStyle={{
Expand Down

0 comments on commit 8f3128f

Please sign in to comment.