Improved options when exporting data
This commit is contained in:
parent
979690d116
commit
f2cbfec926
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
->onchange('onIncludeChange()')
|
||||
->label(trans('texts.include'))
|
||||
->radios([
|
||||
trans('texts.all') => ['value' => 'all', 'name' => 'include'],
|
||||
trans('texts.all') . ' ' => ['value' => 'all', 'name' => 'include'],
|
||||
trans('texts.selected') => ['value' => 'selected', 'name' => 'include'],
|
||||
])->check('all') !!}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue