Skip to content

Commit 8c65d52

Browse files
authored
Merge pull request #769 from topcoder-platform/issue-762
Onboarding - Experience page: fix show error for end date field
2 parents 6bb992d + 7a160df commit 8c65d52

File tree

1 file changed

+3
-1
lines changed
  • src/apps/onboarding/src/components/modal-add-education

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,10 @@ const ModalAddEducation: FC<ModalAddEducationProps> = (props: ModalAddEducationP
133133
),
134134
})
135135
}}
136+
dirty
137+
error={formErrors.endDate}
136138
name='endDate'
137-
label='End Year or Expected'
139+
label='End Year or Expected *'
138140
placeholder='Select year'
139141
/>
140142
</div>

0 commit comments

Comments
 (0)