aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-18 07:53:00 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-18 07:53:00 +0100
commit5caaa0edf377cce82d01b4d8f6aec90f1f5abf30 (patch)
tree95bcb0d1f6e2afb76a51ac03cc2bc2a93f729679 /app
parent431fda0deda433186c5ea5740e2a2b120d2c1a14 (diff)
fix adding properties to resources category, fixes #6366
Closes #6366 Merge request studip/studip!4825
Diffstat (limited to 'app')
-rw-r--r--app/views/resources/category/_add_edit_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/resources/category/_add_edit_form.php b/app/views/resources/category/_add_edit_form.php
index 148107a..83f505e 100644
--- a/app/views/resources/category/_add_edit_form.php
+++ b/app/views/resources/category/_add_edit_form.php
@@ -143,7 +143,7 @@
</option>
<? endforeach ?>
</select>
- <?= Icon::create('add')->asImg(['class' => 'add-action']) ?>
+ <?= Icon::create('add')->asInput(['class' => 'add-action']) ?>
</td>
</tr>
</tfoot>