CEC-6051 - Fix UI for bulk actions

This commit is contained in:
padamsen_fisker
2024-06-04 16:45:50 -04:00
parent 1fdacf76c7
commit 02c3c4d5f1
2 changed files with 4 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ HeaderSortable.propTypes = {
selectCount: PropTypes.number,
totalRows: PropTypes.number,
onSelectAll: PropTypes.func,
selectAllForAllPages: PropTypes.bool,
};
export default HeaderSortable;