From 4501622f2ea27867058894106456b9d9242305c3 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sat, 27 Jul 2024 21:55:40 -0500 Subject: [PATCH] adding pilots --- app/src/components/pilotForm/PilotForm.tsx | 28 +++++++++++++++------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/app/src/components/pilotForm/PilotForm.tsx b/app/src/components/pilotForm/PilotForm.tsx index bfe4063..99cc0a1 100644 --- a/app/src/components/pilotForm/PilotForm.tsx +++ b/app/src/components/pilotForm/PilotForm.tsx @@ -84,7 +84,7 @@ const PilotForm: React.FC = ({
-
+
Info
@@ -100,7 +100,9 @@ const PilotForm: React.FC = ({ results={peoplePickerResults} inputProps={{ disabled: disabled, - // label: 'Name', + labelProps: { + className: 'before:content-none after:content-none' + }, onChange: (event) => handlePeoplePickerOnChange(event), value: value }} @@ -110,27 +112,37 @@ const PilotForm: React.FC = ({ />
+ Name +
+
} + render={({ field }) => ( + + )} />
-
+
} />
-
+
} />
-
+
= ({ )} />
-
+
} />
-
+