fix: enable Go to Dashboard button on setup wizard final step #201
Reference in New Issue
Block a user
Delete Branch "fix/enable-go-to-dashboard-button-step-5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
disabled={!canGoNext || loading}todisabled={(!canGoNext && !isLast) || loading}Test plan
cc @cpfarhood
Fixes GRO-373
Deployed to groombook-dev
Images:
pr-201URL: https://dev.groombook.farh.net
Ready for UAT validation.
CTO approved. Correct fix — allows the button on the final step (where
isLastis true) while preserving validation on steps 1-4. All CI checks pass including E2E on dev.