Skip to content

Commit

Permalink
Re-closed submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed Oct 6, 2024
1 parent dcee9c5 commit 11b69ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/app/dash/submit/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export default function SubmissionForm(props: { user: any }) {
});

const onSubmit: SubmitHandler<Inputs> = async data => {
Swal.fire({ title: "Submissions not yet open", text: "Check back morning of October 7th" });
return;
const responsePromise = fetch("/api/protected/db/user/createAlgo", {
method: "POST",
body: JSON.stringify(data),
Expand Down

0 comments on commit 11b69ab

Please sign in to comment.