Fix regression introduce in 31e3c7 when adding a new objectclass to a new entry, newoc shouldnt be passed as a form value

This commit is contained in:
Deon George 2025-06-22 09:23:06 +10:00
parent 54c0df2597
commit 647cee9858

View File

@ -38,7 +38,7 @@
</div>
<div class="modal-body">
<x-form.select id="newoc" name="newoc" :label="__('Select from').'...'"/>
<x-form.select id="newoc" :label="__('Select from').'...'"/>
</div>
<div class="modal-footer">