fixed radio group field in reports
This commit is contained in:
parent
fd469dd91b
commit
f2522a4c78
@ -22,7 +22,7 @@
|
|||||||
$field['attributes'])
|
$field['attributes'])
|
||||||
) }}
|
) }}
|
||||||
@elseif ($type == 'radioGroup')
|
@elseif ($type == 'radioGroup')
|
||||||
{{ Form::$type($field['name'], $field['title'], 1, $field['enable'], $field['disable'], array_merge([
|
{{ Form::$type($field['name'], $field['title'], $field['selected'] ?? true, $field['enable'], $field['disable'], array_merge([
|
||||||
'data-field' => 'settings'
|
'data-field' => 'settings'
|
||||||
],
|
],
|
||||||
$field['attributes'])
|
$field['attributes'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user