remove failed sort
This commit is contained in:
parent
ae21c17f60
commit
2bbb10e55b
@ -33,8 +33,8 @@ class PeoplesChoiceResource extends Resource
|
||||
->schema([
|
||||
Select::make('vehicle')
|
||||
->label('Vehicle')
|
||||
->options(Vehicles::all()->pluck('owner', 'id')->sortBy('owner')),
|
||||
//->searchable(),
|
||||
->options(Vehicles::all()->pluck('owner', 'id'))
|
||||
->searchable(),
|
||||
TextInput::make('pc_count'),
|
||||
]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user