Skip to content
Snippets Groups Projects
Commit 809368ea authored by Julian's avatar Julian
Browse files

Pass participations instead of participation

parent 4883c2fb
No related branches found
No related tags found
1 merge request!424Resolve "Missing Prop Participations on tardiness-field"
Pipeline #193317 failed
......@@ -301,7 +301,7 @@ export default {
v-bind="documentationPartProps"
:loading="loading"
:disabled="loading"
:participation="item"
:participations="[item]"
:value="item.tardiness"
@input="sendToServer([item], 'tardiness', $event)"
/>
......
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