We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fcd4c commit 66cc0d1Copy full SHA for 66cc0d1
app/Filament/Organizations/Schemas/BeneficiaryResource/InitialEvaluationSchema.php
@@ -352,7 +352,7 @@ public static function getRequestedServicesInfolistComponents(): array
352
TextEntry::make('requested_services')
353
->label(__('beneficiary.section.initial_evaluation.heading.types_of_requested_services'))
354
->formatStateUsing(fn ($state) => filled($state)
355
- ? collect($state)->map(fn ($v) => $v->label())->implode(', ')
+ ? collect($state)->map(fn ($v) => $v)->implode(', ')
356
: null),
357
358
TextEntry::make('other_services_description')
0 commit comments