Revert sorting

This commit is contained in:
2022-08-07 13:37:33 -04:00
parent 910a8f79fb
commit 56b6180432
4 changed files with 5 additions and 89 deletions

View File

@ -34,8 +34,7 @@ class PeoplesChoiceResource extends Resource
Select::make('vehicle')
->label('Vehicle')
->options(Vehicles::all()->pluck('owner', 'id'))
->searchable()
->orderable('owner'),
->searchable(),
TextInput::make('pc_count'),
]);
}