Merge branch 'dev' into external-db-sync

This commit is contained in:
BilalG1 2026-02-02 13:21:15 -08:00 committed by GitHub
commit e5cbc1af54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ export default function GlobalError({ error }: any) {
if (!cancelled) {
window.location.assign("/");
}
}, 20);
}, 3_000);
return () => {
cancelled = true;
};