Update 12_Forms : A spell error was found

311 Spelling Mistake check
pull/114/head
Abhisek 4 years ago committed by GitHub
parent 8bc961899c
commit 43afd27a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -308,7 +308,7 @@ class App extends React.Component {
skills: { ...this.state.skills, [name]: checked },
})
} else if (type === 'file') {
console.log(type, 'cehck here')
console.log(type, 'check here')
this.setState({ [name]: e.target.files[0] })
} else {
this.setState({ [name]: value })

Loading…
Cancel
Save