Change order of state changes
All checks were successful
Test, Build, Deploy / Test, Build, and Deploy (push) Successful in 1m2s
Test, Build, Deploy / Create Sentry Release (push) Successful in 5s

This commit is contained in:
2026-04-14 03:44:06 -04:00
parent b65b62dac5
commit b6de1aa462

View File

@@ -251,8 +251,8 @@ export default function () {
method: "POST", method: "POST",
}); });
setShowSuccess(true);
setLoading(false); setLoading(false);
setShowSuccess(true);
} }
useEffect(() => { useEffect(() => {