From 02243a94a95ed38311689ffcc16bf4dbd79c1256 Mon Sep 17 00:00:00 2001 From: jonulak Date: Sun, 1 Dec 2024 13:06:12 -0500 Subject: [PATCH] Update placeholder text --- src/components/forms/apply-form.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/forms/apply-form.tsx b/src/components/forms/apply-form.tsx index 869751c0..05dabeb8 100644 --- a/src/components/forms/apply-form.tsx +++ b/src/components/forms/apply-form.tsx @@ -47,7 +47,6 @@ const ApplyForm = () => { const watchHasAttendedPreviousCourses = watch("hasAttendedPreviousCourse", false); const watchWillAttendAnotherCourse = watch("willAttendAnotherCourse", false); - const onSubmit: SubmitHandler = async (data) => { try { await axios.post("/api/apply", data); @@ -249,7 +248,7 @@ const ApplyForm = () => {