We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500ccd5 commit 6f37ad5Copy full SHA for 6f37ad5
1 file changed
resources/js/utils/useTimeEntries.ts
@@ -72,6 +72,7 @@ export const useTimeEntriesStore = defineStore(
72
queryParams: TimeEntriesQueryParams = {
73
only_full_dates: 'true',
74
member_id: getCurrentMembershipId(),
75
+ limit: 50,
76
}
77
) {
78
const organizationId = getCurrentOrganizationId();
0 commit comments