Skip to content
Snippets Groups Projects
Verified Commit cbd4a42b authored by Julian's avatar Julian Committed by magicfelix
Browse files

Add ID of LessonDocumentation to PersonalNotes component

parent b5b57564
No related branches found
No related tags found
1 merge request!284Draft: Redesign entering of lesson documentation
......@@ -157,6 +157,7 @@ export default {
</v-col>
<v-col cols="12" md="4" lg="3">
<personal-notes
:lesson-documentation-id="id"
:groups="groups"
:excuse-types="excuseTypes"
:extra-marks="extraMarks"
......
......@@ -137,7 +137,7 @@ export default {
}
}
},
props: ["personalNotes", "groups", "excuseTypes", "extraMarks"],
props: ["lessonDocumentationId", "personalNotes", "groups", "excuseTypes", "extraMarks"],
name: "personal-notes",
data: () => {
return {
......
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