Skip to content
Snippets Groups Projects
Commit 8edf98da authored by Dominik Seeger's avatar Dominik Seeger :ghost:
Browse files

fixed incorrect attribute access

parent bac7dfc1
Branches
Tags
1 merge request!259fix participants overview
Pipeline #166871 canceled
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
TutorReviewerBaseLayout TutorReviewerBaseLayout
}, },
computed: { computed: {
isInExerciseMode: () => { return ConfigModule.state.config.exerciseMode } isInExerciseMode: () => { return ConfigModule.state.config.instanceSettings["exerciseMode"] }
} }
} }
</script> </script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment