mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-31 15:59:59 +00:00
TSK-420: Fixed time report placeholders (#2390)
Signed-off-by: Anton Brechka <anton.brechka@xored.com>
This commit is contained in:
parent
23b4987998
commit
a2af1802a2
@ -36,7 +36,7 @@
|
||||
const data = {
|
||||
date: value?.date ?? Date.now(),
|
||||
description: value?.description ?? '',
|
||||
value: value?.value ?? 0,
|
||||
value: value?.value,
|
||||
employee: value?.employee ?? assignee ?? null
|
||||
}
|
||||
async function create (): Promise<void> {
|
||||
|
Loading…
Reference in New Issue
Block a user