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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user