We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7af7e80 + c5a6296 commit b76a6a0Copy full SHA for b76a6a0
src/frontend/src/components/EditEventButton.vue
@@ -127,7 +127,7 @@ export default defineComponent({
127
name: this.eventTitle,
128
location: this.eventLocation,
129
startTime: new Date(this.eventStart).toISOString(),
130
- endTime: new Date(this.eventStart).toISOString()
+ endTime: new Date(this.eventEnd).toISOString()
131
};
132
const eventStore = useEventStore();
133
const response = await fetch(`/api/v1/event/${eventStore.selectedEvent!.id}`, {
0 commit comments