Skip to content
Snippets Groups Projects
Commit 651e1bd7 authored by Julian's avatar Julian
Browse files

Fix passing of participation to notes

parent cb58f33c
No related branches found
No related tags found
1 merge request!362Resolve "Add personal note management dialog in course book"
......@@ -176,7 +176,9 @@ export default {
<v-card-text>
<personal-notes
v-bind="documentationPartProps"
:participation="item"
:participation="
documentation.participations.find((p) => p.id === item.id)
"
/>
</v-card-text>
</template>
......
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