3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-28 10:46:13 +00:00

Fixed new vs update button on custom fieldset create vs edit

This commit is contained in:
snipe
2026-02-17 22:17:27 +00:00
parent 70407dac85
commit 170d20ddb5

View File

@ -22,7 +22,7 @@
</div>
<div class="col-md-2">
<button class="btn btn-success">{{ trans('general.update') }}</button>
<button class="btn btn-success">{{ (isset($custom_fieldset->id)) ? trans('general.update') : trans('general.create') }}</button>
</div>
</div>
</x-form>