From d550c901847c1585d761ed3eb3c739df690c77ef Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sat, 27 Jul 2024 21:42:54 -0500 Subject: [PATCH] adding pilots --- app/src/components/pilotForm/PilotForm.tsx | 7 +++++-- .../pilotFormCertificates/PilotFormCertificates.tsx | 2 -- .../pilotFormEndorsements/PilotFormEndorsements.tsx | 2 -- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/src/components/pilotForm/PilotForm.tsx b/app/src/components/pilotForm/PilotForm.tsx index 567886b..bfe4063 100644 --- a/app/src/components/pilotForm/PilotForm.tsx +++ b/app/src/components/pilotForm/PilotForm.tsx @@ -83,12 +83,15 @@ const PilotForm: React.FC = ({
-
+
Info
+ Name +
+
= ({ results={peoplePickerResults} inputProps={{ disabled: disabled, - label: 'Name', + // label: 'Name', onChange: (event) => handlePeoplePickerOnChange(event), value: value }} diff --git a/app/src/components/pilotFormCertificates/PilotFormCertificates.tsx b/app/src/components/pilotFormCertificates/PilotFormCertificates.tsx index 094c0dc..c3216a2 100644 --- a/app/src/components/pilotFormCertificates/PilotFormCertificates.tsx +++ b/app/src/components/pilotFormCertificates/PilotFormCertificates.tsx @@ -28,7 +28,6 @@ const PilotFormCertificates: React.FC = ({ {fields.map((field, index) => { return ( <> - {/* //
*/}
= ({
- {/*
*/} ); })} diff --git a/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx b/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx index d1cf235..08c756d 100644 --- a/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx +++ b/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx @@ -28,7 +28,6 @@ const PilotFormEndorsements: React.FC = ({ {fields.map((field, index) => { return ( <> - {/* //
*/}
= ({
- {/*
*/} ); })}