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

fix typo, fixes #1618

Closes #1618

Merge request studip/studip!1042
parent d55e5e96
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,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.
Finish editing this message first!
Please register or to comment