mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +01:00
make sure that CreateTimeEntry modal always starts with times that have 0 seconds
This commit is contained in:
@@ -61,8 +61,8 @@ const timeEntryDefaultValues = {
|
|||||||
task_id: null,
|
task_id: null,
|
||||||
tags: [],
|
tags: [],
|
||||||
billable: false,
|
billable: false,
|
||||||
start: getDayJsInstance().utc().subtract(1, 'h').format(),
|
start: getDayJsInstance().utc().subtract(1, 'h').second(0).format(),
|
||||||
end: getDayJsInstance().utc().format(),
|
end: getDayJsInstance().utc().second(0).format(),
|
||||||
};
|
};
|
||||||
|
|
||||||
const timeEntry = ref({
|
const timeEntry = ref({
|
||||||
|
|||||||
Reference in New Issue
Block a user