Skip to content

Commit bb064f5

Browse files
author
Eduard
authored
Fix BelongsTo non searchable value
1 parent 868402b commit bb064f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publishes/views/fields/belongs_to/edit.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@if (!$searchable)
2-
@include('administrator::fields.enum.edit')
2+
{!! Form::select($field->name(), $options, optional($field->value())->getKey(), $attributes) !!}
33
@endif
44

55
@if ($searchable && $searchIn)

0 commit comments

Comments
 (0)