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

fix table cells on content modules edit, fixes #4972

Closes #4972

Merge request studip/studip!3742
parent 2aa753e4
No related branches found
No related tags found
No related merge requests found
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
</draggable> </draggable>
<tbody> <tbody>
<tr v-for="module in inactiveModules" :key="module.id" :class="getModuleCSSClasses(module)" v-cloak> <tr v-for="module in inactiveModules" :key="module.id" :class="getModuleCSSClasses(module)" v-cloak>
<td v-if="filterCategory === null"></td>
<td> <td>
<input <input
type="checkbox" type="checkbox"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment