add pilot

This commit is contained in:
2024-07-05 06:38:26 -05:00
parent b269cbba29
commit d920220168
3 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ const PilotFormEndorsements: React.FC<IPilotFormEndorsements> = ({
<Controller
name={`endorsements.${index}.dateOfIssue`}
control={control}
render={({ field }) => {
render={() => {
return <DatePicker />;
}}
/>