mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 20:22:15 +01:00
update api client, add api types, fix activitygraphcard formatting
This commit is contained in:
committed by
Constantin Graf
parent
a076bb2fb0
commit
77ff4d88be
@@ -128,7 +128,8 @@ const option = computed(() => {
|
||||
if (dailyHoursTracked?.value) {
|
||||
return (
|
||||
formatDate(
|
||||
dailyHoursTracked?.value[dataIndex].date
|
||||
dailyHoursTracked?.value[dataIndex].date,
|
||||
organization?.value?.date_format
|
||||
) +
|
||||
': ' +
|
||||
formatHumanReadableDuration(
|
||||
|
||||
Reference in New Issue
Block a user