Skip to content
Snippets Groups Projects
Commit 32ed9e1e authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix time shift when editing custom events

parent a63daf59
No related branches found
No related tags found
1 merge request!1314Resolve "Allow for creation of simple events"
Pipeline #147433 failed
......@@ -84,8 +84,8 @@ export default {
title: this.selectedEvent.name,
description: this.selectedEvent.meta.description,
location: this.selectedEvent.location,
datetimeStart: this.selectedEvent.start,
datetimeEnd: this.selectedEvent.end,
datetimeStart: this.selectedEvent.startDateTime.toISO(),
datetimeEnd: this.selectedEvent.endDateTime.toISO(),
};
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment