up
This commit is contained in:
@@ -18,8 +18,8 @@ class OjalPresillaResource extends Resource
|
||||
protected static ?string $model = Ojal::class;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?string $navigationLabel = 'Ojales y Prensillas';
|
||||
protected static ?string $pluralModelLabel = 'Ojales y Prensillas';
|
||||
protected static ?string $navigationLabel = 'Ojales y Presillas';
|
||||
protected static ?string $pluralModelLabel = 'Ojales y Presillas';
|
||||
protected static ?int $navigationSort = 4;
|
||||
protected static bool $shouldRegisterNavigation = false;
|
||||
|
||||
@@ -35,7 +35,7 @@ class OjalPresillaResource extends Resource
|
||||
->label('Tipo de Proceso')
|
||||
->options([
|
||||
'Ojal' => 'Ojal',
|
||||
'Prensilla' => 'Prensilla',
|
||||
'Prensilla' => 'Presilla',
|
||||
])
|
||||
->required()
|
||||
->reactive()
|
||||
|
||||
Reference in New Issue
Block a user