mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
Eslint-ignore console statement
This commit is contained in:
parent
da3335f01b
commit
1ea5eb8e28
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ class FormComponent extends PureComponent {
|
|||
|
||||
clearField = (e) => {
|
||||
e.preventDefault();
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(this.props)
|
||||
const fieldName = this.props.name;
|
||||
// clear value
|
||||
|
|
Loading…
Add table
Reference in a new issue