Remove data- elements in resources/ we didnt end on using them

This commit is contained in:
2025-02-24 21:55:12 +11:00
parent 03c2eba9e3
commit e0e4b0264d
4 changed files with 3 additions and 8 deletions

View File

@@ -31,7 +31,7 @@
<input type="hidden" name="dn" value="">
@foreach ($o->getVisibleAttributes() as $ao)
<x-attribute-type :edit="true" :o="$ao" :oc="collect($o->objectclass)"/>
<x-attribute-type :edit="true" :o="$ao"/>
@endforeach
<div id="newattrs"></div>