diff --git a/src/apps/copilots/src/pages/copilot-request-form/index.tsx b/src/apps/copilots/src/pages/copilot-request-form/index.tsx index 53d98eecb..8d637368d 100644 --- a/src/apps/copilots/src/pages/copilot-request-form/index.tsx +++ b/src/apps/copilots/src/pages/copilot-request-form/index.tsx @@ -376,6 +376,10 @@ const CopilotRequestForm: FC<{}> = () => { error={formErrors.startDate} dirty minDate={new Date()} + maxDate={new Date(new Date() + .setFullYear(new Date() + .getFullYear() + 2))} + minYear={new Date()} />
How many weeks will you need the copilot for?