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 Feb 22, 2024
1 parent daa004e commit 0c30dbb
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 0c30dbb

Please sign in to comment.