Skip to content

Commit

Permalink
chore(ReviewSystems): provide total items to bulk select hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mkholjuraev committed Mar 4, 2024
1 parent 56f9f28 commit 0945f2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SmartComponents/PatchSetWizard/steps/ReviewSystems.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ export const ReviewSystems = ({ systemsIDs = [], ...props }) => {
satellite_managed: false
}
},
customSelector: selectRows
customSelector: selectRows,
totalItems: metadata.total_items
}
);
return (
Expand Down

0 comments on commit 0945f2a

Please sign in to comment.