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() {
return {
range: {
start: dayjs().set("minute", 0).toDate(),
end: dayjs().set("minute", 0).toDate()
start: new Date(this.order.startDate),
end: new Date(this.order.endDate)
},
datePickerRules: {
seconds: 0,

Loading…
Cancel
Save