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 -1
View File
@@ -204,7 +204,7 @@ export function SetupWizard() {
)}
<button
onClick={handleNext}
disabled={!canGoNext || loading}
disabled={(!canGoNext && !isLast) || loading}
style={{
padding: "0.55rem 1.25rem",
borderRadius: 8,