Skip to content

Commit

Permalink
Merge pull request #5916 from ValentinH/patch-2
Browse files Browse the repository at this point in the history
Fix ReferenceArrayInputView propTypes
  • Loading branch information
djhi committed Feb 15, 2021
2 parents 8525f83 + b217ae9 commit 7f5b163
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -302,7 +302,7 @@ ReferenceArrayInputView.propTypes = {
meta: PropTypes.object,
onChange: PropTypes.func,
options: PropTypes.object,
resource: PropTypes.string.isRequired,
resource: PropTypes.string,
setFilter: PropTypes.func,
setPagination: PropTypes.func,
setSort: PropTypes.func,
Expand Down

0 comments on commit 7f5b163

Please sign in to comment.