mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
add table group chart, adapt to api changes
This commit is contained in:
@@ -27,7 +27,6 @@ export function newTimeEntryResponse(
|
||||
(await response.json()).data.project_id === null &&
|
||||
(await response.json()).data.description === description &&
|
||||
(await response.json()).data.task_id === null &&
|
||||
(await response.json()).data.duration === null &&
|
||||
(await response.json()).data.user_id !== null &&
|
||||
JSON.stringify((await response.json()).data.tags) ===
|
||||
JSON.stringify(tags)
|
||||
|
||||
Reference in New Issue
Block a user