Re-add property that got deleted during merge
This commit is contained in:
parent
a2b24e4696
commit
2cdf5e803e
|
|
@ -55,6 +55,7 @@ const component = computed(() => {
|
|||
v-if="block"
|
||||
:title="learningContent.title"
|
||||
:next-button-text="$t('learningContent.completeAndContinue')"
|
||||
:exit-text="$t('general.backToCircle')"
|
||||
@exit="circleStore.closeLearningContent(props.learningContent)"
|
||||
@next="circleStore.continueFromLearningContent(props.learningContent)"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue