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
->schema([
Forms\Components\TextInput::make('owner')
Forms\Components\Select::make('bidder_assigned_number')
->label('number')
->required()
->maxLength(255),
]);