Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ce33ab8

Browse files
committedNov 2, 2020
Fix useReferenceArrayInputController
1 parent c395af5 commit ce33ab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/ra-core/src/controller/input/useReferenceArrayInputController.ts

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const useReferenceArrayInputController = (
4444
filterToQuery = defaultFilterToQuery,
4545
input,
4646
perPage = 25,
47+
resource,
4748
sort: defaultSort = { field: 'id', order: 'DESC' },
4849
options,
4950
reference,

0 commit comments

Comments
 (0)
Please sign in to comment.