courseLocation: init Address context in the store

This commit is contained in:
2021-08-12 15:42:48 +02:00
parent 368bbcf9b2
commit 205c48f58a
4 changed files with 53 additions and 26 deletions

View File

@@ -47,7 +47,8 @@ export default {
Confirm,
},
computed: mapState([
'accompanyingCourse'
'accompanyingCourse',
'addressContext'
])
};
</script>