Skip to content
Snippets Groups Projects
Commit a48a8c02 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 39e9c1d9
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</template> </template>
<template v-slot:containerEditDialog> <template v-slot:containerEditDialog>
<form class="default cw-container-dialog-edit-form" @submit.prevent=""> <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> <label>
<translate>Title</translate> <translate>Title</translate>
<input type="text" v-model="section.name" /> <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