Skip to content

Commit

Permalink
add selectAllLimit to UseReferenceArrayFieldControllerParams to fix b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
erwanMarmelab committed Nov 21, 2024
1 parent 4c73b9c commit 548968d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export interface UseReferenceArrayFieldControllerParams<
resource?: string;
sort?: SortPayload;
source: string;
selectAllLimit?: number;
queryOptions?: Omit<
UseQueryOptions<ReferenceRecordType[]>,
'queryFn' | 'queryKey'
Expand Down

0 comments on commit 548968d

Please sign in to comment.