fix(e2e): mock /api/setup/status to prevent redirect to /setup #202
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user