Skip to content

Commit

Permalink
Merge pull request #5029 from marmelab/Fix-referencemanyfield
Browse files Browse the repository at this point in the history
Fix ReferenceManyField does not pass the right resource to its children
  • Loading branch information
JulienMattiussi committed Jul 10, 2020
2 parents 9e30fd9 + 26882d2 commit 18df6f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const useReferenceManyFieldController = ({
onUnselectItems,
page,
perPage,
resource,
resource: reference,
selectedIds,
setFilters,
setPage,
Expand Down

0 comments on commit 18df6f5

Please sign in to comment.