mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 19:22:14 +01:00
add table group chart, adapt to api changes
This commit is contained in:
@@ -54,7 +54,7 @@ export const useTimeEntriesStore = defineStore('timeEntries', () => {
|
||||
queries: {
|
||||
only_full_dates: 'true',
|
||||
member_id: getCurrentMembershipId(),
|
||||
before: dayjs(latestTimeEntry.start).utc().format(),
|
||||
end: dayjs(latestTimeEntry.start).utc().format(),
|
||||
},
|
||||
}),
|
||||
undefined,
|
||||
|
||||
Reference in New Issue
Block a user