mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
fix searchbox check
This commit is contained in:
@@ -79,6 +79,7 @@ class SectionResource extends Resource
|
||||
Forms\Components\CheckboxList::make('custom_fields')
|
||||
->options(TorrentCustomField::getCheckboxOptions())
|
||||
->label(__('label.search_box.custom_fields'))
|
||||
->columns(4)
|
||||
,
|
||||
Forms\Components\TextInput::make('custom_fields_display_name')
|
||||
->label(__('label.search_box.custom_fields_display_name'))
|
||||
|
||||
Reference in New Issue
Block a user