Skip to content

Commit

Permalink
Removes redundant filter call
Browse files Browse the repository at this point in the history
  • Loading branch information
freshleafmedia committed Jan 31, 2025
1 parent 6f9e154 commit 525357b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/forms/resources/views/components/wizard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
type="hidden"
value="{{
collect($getChildComponentContainer()->getComponents())
->filter(static fn (\Filament\Forms\Components\Wizard\Step $step): bool => $step->isVisible())
->map(static fn (\Filament\Forms\Components\Wizard\Step $step) => $step->getId())
->values()
->toJson()
Expand Down

0 comments on commit 525357b

Please sign in to comment.