mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
limit initially loaded time entries on time page
This commit is contained in:
@@ -72,6 +72,7 @@ export const useTimeEntriesStore = defineStore(
|
||||
queryParams: TimeEntriesQueryParams = {
|
||||
only_full_dates: 'true',
|
||||
member_id: getCurrentMembershipId(),
|
||||
limit: 50,
|
||||
}
|
||||
) {
|
||||
const organizationId = getCurrentOrganizationId();
|
||||
|
||||
Reference in New Issue
Block a user