Skip to content
Snippets Groups Projects
Commit f05225d5 authored by permcu's avatar permcu
Browse files

Add default amend object to lesson details

parent e986e133
No related branches found
No related tags found
1 merge request!310Resolve "Implement Vue substitution frontend"
......@@ -163,6 +163,13 @@ export default {
value: "comment",
},
],
default: {
subject: "",
teachers: [],
rooms: [],
cancelled: false,
comment: ""
},
},
};
},
......
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