mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
fix bug in saving evaluation dates
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
<!-- list evaluations -->
|
||||
<add-evaluation
|
||||
v-for="e in pickedEvaluations"
|
||||
v-bind:key="e.id"
|
||||
v-bind:key="e.key"
|
||||
v-bind:evaluation="e">
|
||||
</add-evaluation>
|
||||
|
||||
|
Reference in New Issue
Block a user