diff --git a/client/src/components/objective-groups/Objective.vue b/client/src/components/objective-groups/Objective.vue index b922f1da..c0032716 100644 --- a/client/src/components/objective-groups/Objective.vue +++ b/client/src/components/objective-groups/Objective.vue @@ -38,7 +38,12 @@ import me from '@/mixins/me'; export default { - props: ['objective', 'schoolClass'], + props: { + objective: { + type: Object, + default: null + } + }, mixins: [me, editModule], diff --git a/client/src/components/objective-groups/ObjectiveGroup.vue b/client/src/components/objective-groups/ObjectiveGroup.vue index f7146191..070fdcaf 100644 --- a/client/src/components/objective-groups/ObjectiveGroup.vue +++ b/client/src/components/objective-groups/ObjectiveGroup.vue @@ -14,7 +14,6 @@