Skip to content

Commit 66cc0d1

Browse files
wip
1 parent 18fcd4c commit 66cc0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Filament/Organizations/Schemas/BeneficiaryResource/InitialEvaluationSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ public static function getRequestedServicesInfolistComponents(): array
352352
TextEntry::make('requested_services')
353353
->label(__('beneficiary.section.initial_evaluation.heading.types_of_requested_services'))
354354
->formatStateUsing(fn ($state) => filled($state)
355-
? collect($state)->map(fn ($v) => $v->label())->implode(', ')
355+
? collect($state)->map(fn ($v) => $v)->implode(', ')
356356
: null),
357357

358358
TextEntry::make('other_services_description')

0 commit comments

Comments
 (0)