Skip to content

Commit 7ed8cfe

Browse files
committed
change name of the component to EMployerDropdown
1 parent f7ae758 commit 7ed8cfe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Components/forms/inputs/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import TextInput from './textInput'
66
import TextArea from './textArea'
77
import CheckListB from './checkListB'
88
import CheckListH from './checkListH'
9-
import AutoFillDropDown from './AutoFillDropDown'
9+
import EmployerDropDown from './EmployerDropDown'
1010

1111
export default class VolunteerForm extends Component {
1212
render() {
@@ -122,12 +122,10 @@ export default class VolunteerForm extends Component {
122122
label="Where did you hear about Code Your Future?"
123123
/>
124124
{hearAboutCYFFromEmployer && (
125-
<AutoFillDropDown
125+
<EmployerDropDown
126126
employerOnChange={employerOnChange}
127-
name="employer"
128127
arrayList={ListsData.employerList}
129128
isEmpty={errors.employer}
130-
label="Who is your employer? *"
131129
/>
132130
)}
133131
<span className="contact-interested">

0 commit comments

Comments
 (0)