File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/Components/forms/inputs Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import TextInput from './textInput'
6
6
import TextArea from './textArea'
7
7
import CheckListB from './checkListB'
8
8
import CheckListH from './checkListH'
9
- import AutoFillDropDown from './AutoFillDropDown '
9
+ import EmployerDropDown from './EmployerDropDown '
10
10
11
11
export default class VolunteerForm extends Component {
12
12
render ( ) {
@@ -122,12 +122,10 @@ export default class VolunteerForm extends Component {
122
122
label = "Where did you hear about Code Your Future?"
123
123
/>
124
124
{ hearAboutCYFFromEmployer && (
125
- < AutoFillDropDown
125
+ < EmployerDropDown
126
126
employerOnChange = { employerOnChange }
127
- name = "employer"
128
127
arrayList = { ListsData . employerList }
129
128
isEmpty = { errors . employer }
130
- label = "Who is your employer? *"
131
129
/>
132
130
) }
133
131
< span className = "contact-interested" >
You can’t perform that action at this time.
0 commit comments