diff options
Diffstat (limited to 'resources/vue/components/my-courses/NotificationConfiguration.vue')
| -rw-r--r-- | resources/vue/components/my-courses/NotificationConfiguration.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/vue/components/my-courses/NotificationConfiguration.vue b/resources/vue/components/my-courses/NotificationConfiguration.vue index 0153f49..3a508e9 100644 --- a/resources/vue/components/my-courses/NotificationConfiguration.vue +++ b/resources/vue/components/my-courses/NotificationConfiguration.vue @@ -92,7 +92,7 @@ import { createMixin } from "../../mixins/MyCoursesMixin"; export default { name: 'MyCoursesNotificationConfiguration', mixins: [ - createMixin(true) + createMixin() ], props: { storeUrl: String, @@ -106,7 +106,7 @@ export default { } }, computed: { - ...mapState('mycoursesnotificationstore', [ + ...mapState('mycourses', [ 'courses', 'groups', 'config', |
