Skip to content

Commit bffc91a

Browse files
committed
added initial state for employer and displayDropdown
1 parent 748d630 commit bffc91a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/forms/helper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export const initialState = {
1010
interestedInCYF: '',
1111
industry: '',
1212
hearAboutCYF: '',
13+
employer: '',
14+
displayDropdown: false,
1315
guidePeople: ListsData.guidePeopleSkillList,
1416
techSkill: ListsData.techSkillList,
1517
otherSkill: ListsData.otherSkillList,

0 commit comments

Comments
 (0)