Skip to content

Commit c89b93f

Browse files
feat: added employer in validateForm and put condition when we chose Employer on dropdown
1 parent 2f2f83a commit c89b93f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/forms/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ class Forms extends Component {
160160
industry,
161161
hearAboutCYF,
162162
employer,
163+
displayDropdown,
163164
guidePeople,
164165
techSkill,
165166
otherSkill,
@@ -174,6 +175,7 @@ class Forms extends Component {
174175
email,
175176
cityId,
176177
hearAboutCYF,
178+
employer: displayDropdown ? employer : true,
177179
interestedInVolunteer,
178180
tel,
179181
agreeToTOU,

0 commit comments

Comments
 (0)