Fixed configuration repository select field issue
This commit is contained in:
parent
98f3edc199
commit
5c4ab00f83
|
|
@ -66,8 +66,8 @@
|
|||
@if (isset($field['repository']))
|
||||
@foreach ($value as $key => $option)
|
||||
|
||||
<option value="{{ $value[$key] }}" {{ $value[$key] == $selectedOption ? 'selected' : ''}}>
|
||||
{{ trans($value[$key]) }}
|
||||
<option value="{{ $key }}" {{ $option == $selectedOption ? 'selected' : ''}}>
|
||||
{{ trans($option) }}
|
||||
</option>
|
||||
|
||||
@endforeach
|
||||
|
|
|
|||
Loading…
Reference in New Issue