fix bug in saving evaluation dates

This commit is contained in:
2021-08-18 22:30:32 +02:00
parent 9a1f56a820
commit 9447516694
4 changed files with 43 additions and 47 deletions

View File

@@ -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>