Skip to content

Commit b1bb724

Browse files
committed
use default api limit for fetching time entries
1 parent 6f37ad5 commit b1bb724

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/js/utils/useTimeEntries.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export const useTimeEntriesStore = defineStore(
7272
queryParams: TimeEntriesQueryParams = {
7373
only_full_dates: 'true',
7474
member_id: getCurrentMembershipId(),
75-
limit: 50,
7675
}
7776
) {
7877
const organizationId = getCurrentOrganizationId();

0 commit comments

Comments
 (0)