We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbfbd4 commit 22cf7cfCopy full SHA for 22cf7cf
1 file changed
resources/js/utils/useTimeEntriesInfiniteQuery.ts
@@ -21,6 +21,7 @@ export function useTimeEntriesInfiniteQuery() {
21
const queries: Record<string, string | undefined> = {
22
only_full_dates: 'true',
23
member_id: memberId.value,
24
+ limit: '50',
25
};
26
27
if (pageParam) {
0 commit comments