Re-add property that got deleted during merge

This commit is contained in:
Ramon Wenger 2023-01-13 13:58:58 +01:00
parent a2b24e4696
commit 2cdf5e803e
1 changed files with 1 additions and 0 deletions

View File

@ -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)"
>