This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/apps
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
..