Skip to content

Commit

Permalink
hot patch, remove submission block
Browse files Browse the repository at this point in the history
  • Loading branch information
glasss13 committed Oct 19, 2024
1 parent 96d5c2d commit 090ef00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/app/dash/submit/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export default function SubmissionForm(props: { user: any }) {
});

const onSubmit: SubmitHandler<Inputs> = 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),
Expand Down

0 comments on commit 090ef00

Please sign in to comment.