Skip to content

Commit 54515ea

Browse files
committed
fix typo
1 parent e7e1861 commit 54515ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/actions/create.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<strong>{{ trans("cruds.action.fields.type") }}</strong>
2929
</div>
3030
<div class="cell-2">
31-
<select name="type" data-type="select">
31+
<select name="type" data-role="select">
3232
<option></option>
3333
<option value="1" {{ old('type')==1 ? 'selected' : '' }}>{{ trans('cruds.action.types.major') }}</option>
3434
<option value="2" {{ old('type')==2 ? 'selected' : '' }}>{{ trans('cruds.action.types.minor') }}</option>

0 commit comments

Comments
 (0)