We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a2872 commit 757a6dfCopy full SHA for 757a6df
src/Components/forms/index.js
@@ -101,16 +101,6 @@ class Forms extends Component {
101
this.setState({ hearAboutCYFFromEmployer: value === 'Employer' })
102
}
103
104
- employerOnChange = employer => {
105
- const { errors } = this.state
106
- errors.Employer = false
107
- this.setState({
108
- employer,
109
- errors,
110
- submitted: false,
111
- formInComplete: false
112
- })
113
- }
114
115
validateForm = values => {
116
const { errors } = this.state
@@ -371,7 +361,6 @@ class Forms extends Component {
371
361
onChange={this.onChange}
372
362
telOnChange={this.telOnChange}
373
363
onChangeCheckList={this.onChangeCheckList}
374
- employerOnChange={this.employerOnChange}
375
364
{...this.props}
376
365
{...this.state}
377
366
/>
0 commit comments