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

Reformat

parent a6e2a7f4
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
Pipeline #194365 failed
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
:subjects="subjects" :subjects="subjects"
:documentation="item" :documentation="item"
:affected-query="lastQuery" :affected-query="lastQuery"
:value="(selectedParticipations[item.id] ??= [])" :value="selectedParticipations[item.id] ??= []"
@input="selectParticipation(item.id, $event)" @input="selectParticipation(item.id, $event)"
/> />
</template> </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