fix relation
This commit is contained in:
parent
6d38150b1d
commit
9ffb0cafc5
@ -20,7 +20,7 @@ class VehicleTypeRelationManager extends RelationManager
|
||||
{
|
||||
return $form
|
||||
->schema([
|
||||
Forms\Components\TextInput::make('type')
|
||||
Forms\Components\TextInput::make('category_name')
|
||||
->required()
|
||||
->maxLength(255),
|
||||
]);
|
||||
@ -30,7 +30,7 @@ class VehicleTypeRelationManager extends RelationManager
|
||||
{
|
||||
return $table
|
||||
->columns([
|
||||
Tables\Columns\TextColumn::make('type'),
|
||||
Tables\Columns\TextColumn::make('category_name'),
|
||||
])
|
||||
->filters([
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user