fixed radio group field in reports

This commit is contained in:
Denis Duliçi 2020-07-16 12:38:05 +03:00
parent fd469dd91b
commit f2522a4c78

View File

@ -22,7 +22,7 @@
$field['attributes'])
) }}
@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'
],
$field['attributes'])