diff --git a/src/apps/onboarding/src/components/modal-add-education/index.tsx b/src/apps/onboarding/src/components/modal-add-education/index.tsx index 128776445..0e870f8d4 100644 --- a/src/apps/onboarding/src/components/modal-add-education/index.tsx +++ b/src/apps/onboarding/src/components/modal-add-education/index.tsx @@ -133,8 +133,10 @@ const ModalAddEducation: FC = (props: ModalAddEducationP ), }) }} + dirty + error={formErrors.endDate} name='endDate' - label='End Year or Expected' + label='End Year or Expected *' placeholder='Select year' />