mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 20:22:15 +01:00
limit initially loaded time entries on the time page to 50
This commit is contained in:
@@ -21,6 +21,7 @@ export function useTimeEntriesInfiniteQuery() {
|
|||||||
const queries: Record<string, string | undefined> = {
|
const queries: Record<string, string | undefined> = {
|
||||||
only_full_dates: 'true',
|
only_full_dates: 'true',
|
||||||
member_id: memberId.value,
|
member_id: memberId.value,
|
||||||
|
limit: '50',
|
||||||
};
|
};
|
||||||
|
|
||||||
if (pageParam) {
|
if (pageParam) {
|
||||||
|
|||||||
Reference in New Issue
Block a user