fix: enable Go to Dashboard button on setup wizard final step #201
@@ -204,7 +204,7 @@ export function SetupWizard() {
|
|||||||
)}
|
)}
|
||||||
<button
|
<button
|
||||||
onClick={handleNext}
|
onClick={handleNext}
|
||||||
disabled={!canGoNext || loading}
|
disabled={(!canGoNext && !isLast) || loading}
|
||||||
style={{
|
style={{
|
||||||
padding: "0.55rem 1.25rem",
|
padding: "0.55rem 1.25rem",
|
||||||
borderRadius: 8,
|
borderRadius: 8,
|
||||||
|
|||||||
Reference in New Issue
Block a user