Skip to content

Commit c6c4cef

Browse files
authored
Merge pull request #1604 from dbarzin/dev
reapply fix
2 parents 8aa1462 + e0a964a commit c6c4cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/workstations/create.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class="form-control js-icon-picker"
129129
<option> {{ old('model') }}</option>'
130130
@endif
131131
@foreach($model_list as $model)
132-
<option {{ old('model') == $manufacturer ? 'selected' : '' }}>{{$model}}</option>
132+
<option {{ old('model') == $model ? 'selected' : '' }}>{{$model}}</option>
133133
@endforeach
134134
</select>
135135
@if($errors->has('model'))

0 commit comments

Comments
 (0)