renaming store state dict name

This commit is contained in:
2021-05-07 15:15:41 +02:00
parent b4274264a7
commit 6f5d457122
6 changed files with 22 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ export default {
Requestor
},
computed: mapState([
'accompanying_course'
'accompanyingCourse'
])
};
</script>