fix veh score form

This commit is contained in:
Russ Long 2022-08-14 11:13:50 -04:00
parent 8536fb0c7b
commit cb7008a74f

View File

@ -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'),