Commit d87f7bf1 by Thanaporn Rattanaburi

Updated : eventEmitter.emit

1 parent 62cfc00b
Showing with 1 additions and 1 deletions
...@@ -48,7 +48,7 @@ class WDSSearch extends Component { ...@@ -48,7 +48,7 @@ class WDSSearch extends Component {
this.props.form.validateFields((err, values) => { this.props.form.validateFields((err, values) => {
if (!err) { if (!err) {
console.log('Transaction Search values of form: ', values) console.log('Transaction Search values of form: ', values)
this.props.eventEmitter.emit(EventConstants.SEARCH_LOGS, values) this.props.eventEmitter.emit(EventConstants.SEARCH_LOG, values)
} }
}) })
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!