We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060b296 commit 8cc6d85Copy full SHA for 8cc6d85
1 file changed
src/components/JAF/JAF.tsx
@@ -178,7 +178,10 @@ function JAF() {
178
});
179
180
toast.success("JAF Form submitted successfully! Your application has been received.");
181
- window.location.reload();
+
182
+ setTimeout(() => {
183
+ window.location.reload();
184
+ }, 1000);
185
} catch (error: any) {
186
console.error("JAF submission error:", error);
187
0 commit comments