diff --git a/web/app/dash/submit/form.tsx b/web/app/dash/submit/form.tsx index e975b20b..1095588d 100644 --- a/web/app/dash/submit/form.tsx +++ b/web/app/dash/submit/form.tsx @@ -60,8 +60,8 @@ export default function SubmissionForm(props: { user: any }) { }); const onSubmit: SubmitHandler = async data => { - Swal.fire({ title: "Submissions have closed", icon: 'warning' }); - return; + // Swal.fire({ title: "Submissions have closed", icon: 'warning' }); + // return; const responsePromise = fetch("/api/protected/db/user/createAlgo", { method: "POST", body: JSON.stringify(data),