Skip to content

Commit

Permalink
Add total in ListAction prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
Luwangel committed Nov 30, 2018
1 parent ac4ffbf commit b15cfdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/list/ListActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Actions.propTypes = {
onUnselectItems: PropTypes.func.isRequired,
selectedIds: PropTypes.arrayOf(PropTypes.any),
showFilter: PropTypes.func,
total: PropTypes.number.isRequired,
};

Actions.defaultProps = {
Expand Down

0 comments on commit b15cfdb

Please sign in to comment.