Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. handleChange(input) {
  2.   this.setState({
  3.     load: true
  4.   }, () => {
  5.     this.props.actions.getItemsFromThirtParty(input)
  6.       .then(() => {
  7.         this.setState({ load: false })
  8.       })
  9.   })
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement