Trainer new time now starts at the original time

main
Filip Borum Poulsen 3 years ago
parent 11bba98ae4
commit b992e73f74

@ -35,8 +35,8 @@ export default {
data() { data() {
return { return {
range: { range: {
start: dayjs().set("minute", 0).toDate(), start: new Date(this.order.startDate),
end: dayjs().set("minute", 0).toDate() end: new Date(this.order.endDate)
}, },
datePickerRules: { datePickerRules: {
seconds: 0, seconds: 0,

Loading…
Cancel
Save