Skip to content

Commit

Permalink
fix(app-headless-cms): pass request context to useReferences
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Oct 25, 2023
1 parent cfd39f2 commit add8545
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ export const AdvancedMultipleReferenceField: React.VFC<Props> = props => {
loadMore
} = useReferences({
values,
perPage: 10
perPage: 10,
requestContext
});

const onRemove = useCallback(
Expand Down

0 comments on commit add8545

Please sign in to comment.