limit initially loaded time entries on the time page to 50

This commit is contained in:
Gregor Vostrak
2026-02-13 13:44:33 +01:00
parent cfbfbd4b6a
commit 22cf7cf74d

View File

@@ -21,6 +21,7 @@ export function useTimeEntriesInfiniteQuery() {
const queries: Record<string, string | undefined> = {
only_full_dates: 'true',
member_id: memberId.value,
limit: '50',
};
if (pageParam) {