diff --git a/app/Filament/Resources/VolunteerResource/Pages/ListVolunteers.php b/app/Filament/Resources/VolunteerResource/Pages/ListVolunteers.php index cf38f91..1822ff8 100644 --- a/app/Filament/Resources/VolunteerResource/Pages/ListVolunteers.php +++ b/app/Filament/Resources/VolunteerResource/Pages/ListVolunteers.php @@ -96,7 +96,7 @@ protected function getActions(): array 'phone' => $data['phone'] ?? null, 'cnp' => $data['cnp'] ?? null, 'role' => $role, - 'specializations' => $newSpecializations, + 'specializations' => array_filter($newSpecializations), 'has_first_aid_accreditation' => $firstAID, ];