Skip to content

Commit

Permalink
Merge pull request #3621 from Evgeny81/patch-1
Browse files Browse the repository at this point in the history
Add hasBulkActions to useMemo inputs
  • Loading branch information
fzaninotto authored Aug 30, 2019
2 parents 9472bfd + a6cc1aa commit 4ac8564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/list/DatagridBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const DatagridBody = ({
)}
</TableBody>
),
[version, data, selectedIds, JSON.stringify(ids)] // eslint-disable-line
[version, data, selectedIds, JSON.stringify(ids), hasBulkActions] // eslint-disable-line
);

DatagridBody.propTypes = {
Expand Down

0 comments on commit 4ac8564

Please sign in to comment.