Skip to content

Commit 4f72305

Browse files
committed
Onboarding - Experience page: fix show error for end date field
1 parent b3dbe44 commit 4f72305

File tree

1 file changed

+2
-0
lines changed
  • src/apps/onboarding/src/components/modal-add-education

1 file changed

+2
-0
lines changed

src/apps/onboarding/src/components/modal-add-education/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ const ModalAddEducation: FC<ModalAddEducationProps> = (props: ModalAddEducationP
133133
),
134134
})
135135
}}
136+
dirty
137+
error={formErrors.endDate}
136138
name='endDate'
137139
label='End Year or Expected'
138140
placeholder='Select year'

0 commit comments

Comments
 (0)