fix veh score form
This commit is contained in:
parent
8536fb0c7b
commit
cb7008a74f
@ -36,7 +36,7 @@ class VehicleScoresResource extends Resource
|
||||
->searchable(),
|
||||
Select::make('vehicle')
|
||||
->label('Vehicle')
|
||||
->options(Vehicles::all()->pluck('owner', 'owner'))
|
||||
->options(Vehicles::all()->pluck('owner', 'id'))
|
||||
->searchable(),
|
||||
TextInput::make('overall_score')
|
||||
->label('Overall Score'),
|
||||
|
Loading…
Reference in New Issue
Block a user