Skip to content

Commit

Permalink
Fix row selection
Browse files Browse the repository at this point in the history
fzaninotto committed Jun 7, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1007b13 commit 16a1fea
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
@@ -62,7 +62,7 @@ const DatagridBody = ({
)}
</TableBody>
),
[version, isLoading, data, JSON.stringify(ids)]
[version, isLoading, data, selectedIds, JSON.stringify(ids)]
);

DatagridBody.propTypes = {

0 comments on commit 16a1fea

Please sign in to comment.