try to fix vehownerrelmgr

This commit is contained in:
Russ Long 2022-08-28 15:29:40 -04:00
parent a588f397b2
commit d91e1703e7

View File

@ -20,7 +20,8 @@ class VehicleOwnerRelationManager extends RelationManager
{ {
return $form return $form
->schema([ ->schema([
Forms\Components\TextInput::make('owner') Forms\Components\Select::make('bidder_assigned_number')
->label('number')
->required() ->required()
->maxLength(255), ->maxLength(255),
]); ]);