Skip to content
Snippets Groups Projects
Commit c9be4d34 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Jan-Hendrik Willms
Browse files

fix typo, fixes #1618

Closes #1618

Merge request studip/studip!1042
parent 4c56522e
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@
</template>
<template v-slot:containerEditDialog>
<form class="default cw-container-dialog-edit-form" @submit.prevent="">
<fieldset v-for="(section, index) in currentContainer.attributes.payload.sectionsfilter(section => !section.locked)" :key="index">
<fieldset v-for="(section, index) in currentContainer.attributes.payload.sections.filter(section => !section.locked)" :key="index">
<label>
<translate>Title</translate>
<input type="text" v-model="section.name" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment