mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02: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> = {
|
||||
only_full_dates: 'true',
|
||||
member_id: memberId.value,
|
||||
limit: '50',
|
||||
};
|
||||
|
||||
if (pageParam) {
|
||||
|
||||
Reference in New Issue
Block a user