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

Fix typo

parent 5161437c
No related branches found
No related tags found
1 merge request!310Resolve "Implement Vue substitution frontend"
......@@ -250,7 +250,7 @@ export default {
initPatchData() {
return {
id: this.selectedEvent.meta.id,
subject: this.selectedEvent.meta.subject?,
subject: this.selectedEvent.meta.subject,
teachers: this.selectedEvent.meta.teachers,
rooms: this.selectedEvent.meta.rooms,
cancelled: this.selectedEvent.meta.cancelled,
......
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