Skip to content

Commit

Permalink
Always render hidden wizard steps
Browse files Browse the repository at this point in the history
  • Loading branch information
freshleafmedia committed Jan 29, 2025
1 parent ae86b8c commit 6f9e154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/resources/views/components/wizard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class="h-full w-full text-gray-200 dark:text-white/5 rtl:rotate-180"
@endforeach
</ol>

@foreach ($getChildComponentContainer()->getComponents() as $step)
@foreach ($getChildComponentContainer()->getComponents(true) as $step)
{{ $step }}
@endforeach

Expand Down

0 comments on commit 6f9e154

Please sign in to comment.