From 415863b2f017ebac3cd3ec77ffff971e8b13ab82 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Mon, 5 Aug 2024 07:54:01 -0500 Subject: [PATCH] adding pilot --- app/src/components/pilotForm/PilotForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/pilotForm/PilotForm.tsx b/app/src/components/pilotForm/PilotForm.tsx index 238c664..0e5d7d9 100644 --- a/app/src/components/pilotForm/PilotForm.tsx +++ b/app/src/components/pilotForm/PilotForm.tsx @@ -40,7 +40,7 @@ const PilotForm: React.FC = ({ const { getAccessToken } = useAccessToken(); const methods = useForm(); - const onSubmit = (data) => { + const onSubmit = (data: unknown) => { console.log(data); };