fix: enable Go to Dashboard button on setup wizard final step #201

Merged
groombook-engineer[bot] merged 1 commits from fix/enable-go-to-dashboard-button-step-5 into main 2026-04-01 21:15:06 +00:00

1 Commits

Author SHA1 Message Date
Barkley Trimsworth 1acea5ae69 fix: enable Go to Dashboard button on setup wizard final step
The button was permanently disabled on Step 5 because canGoNext is false
when step === STEPS.length - 1. Changed disabled condition to
(!canGoNext && !isLast) so the final step bypasses canGoNext validation
while preserving it on steps 1-4.

Fixes GRO-373
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-01 20:35:27 +00:00