Compare commits

...

2 Commits

Author SHA1 Message Date
b6de1aa462 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
2026-04-14 03:44:06 -04:00
b65b62dac5 Upload functions sourcemaps from CI 2026-04-14 03:36:42 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ jobs:
}'
- name: Deploy
run: wrangler pages deploy public --project-name $CLOUDFLARE_PROJECT_NAME
run: wrangler pages deploy public --upload-source-maps --project-name $CLOUDFLARE_PROJECT_NAME
Sentry-Release:
name: Create Sentry Release

View File

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