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 }) => ( + + )} />
-
+
} />
-
+
} />
-
+
= ({ )} />
-
+
} />
-
+