diff --git a/app/Filament/Resources/OjalPresillaResource/Pages/CreateOjalPresilla.php b/app/Filament/Resources/OjalPresillaResource/Pages/CreateOjalPresilla.php index 0e98287..51d58b9 100644 --- a/app/Filament/Resources/OjalPresillaResource/Pages/CreateOjalPresilla.php +++ b/app/Filament/Resources/OjalPresillaResource/Pages/CreateOjalPresilla.php @@ -8,6 +8,8 @@ use Filament\Resources\Pages\CreateRecord; class CreateOjalPresilla extends CreateRecord { protected static string $resource = OjalPresillaResource::class; + + protected static ?string $title = 'Crear'; protected function mutateFormDataBeforeCreate(array $data): array {