Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 19, 2024
2 parents 4384f8d + 5a5f108 commit d10f118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/users/confirm-bulk-delete.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

<tr>
<td colspan="8">
{{ Form::select('status_id', $statuslabel_list , old('status_id'), array('class'=>'select2', 'style'=>'width:250px')) }}
{{ Form::select('status_id', $statuslabel_list , old('status_id'), array('class'=>'select2', 'style'=>'width:250px', 'required' => true)) }}
<label>{{ trans('admin/users/general.update_user_assets_status') }}</label>
</td>
</tr>
Expand Down

0 comments on commit d10f118

Please sign in to comment.