aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-10-30 09:28:57 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-10-30 09:28:57 +0000
commitc2952d515cc6d1e610d7ac2cf1e25c0e469b0525 (patch)
treeea94c9311bdafb4723ccf02bb7e7db8ebedf88f7
parent8dd720e207487efd5a1ba6cef1ca4ed891df3ca7 (diff)
remove bogus cell, fixes #4781
Closes #4781 Merge request studip/studip!3579
-rw-r--r--resources/vue/components/ContentmodulesEditTable.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/vue/components/ContentmodulesEditTable.vue b/resources/vue/components/ContentmodulesEditTable.vue
index 39835a7..f8d5638 100644
--- a/resources/vue/components/ContentmodulesEditTable.vue
+++ b/resources/vue/components/ContentmodulesEditTable.vue
@@ -94,7 +94,6 @@
</draggable>
<tbody>
<tr v-for="module in inactiveModules" :key="module.id" :class="getModuleCSSClasses(module)" v-cloak>
- <td></td>
<td>
<input
type="checkbox"