Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
afsakar committed Sep 17, 2024
1 parent 336ba74 commit f3548f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Filament/Resources/FormBuilderDataResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public static function infolist(Infolist $infolist): Infolist
fn ($state) => collect($state)
->reject(fn ($value, $key) => strtolower((string) $key) === 'locale')
->sortBy(fn ($value, $key) => $key)
->filter()
->map(fn ($value, $key) => TextEntry::make($key)
->label($key)
->getStateUsing(fn () => $value))->values()->all()
Expand Down

0 comments on commit f3548f2

Please sign in to comment.