Advertisement
dapram_

handleSubmit

May 27th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. handleSubmit = () => {
  2.     const {phone_or_email, must_unique} = this.state;
  3.  
  4.     this.props.mutate({variables: {phone_or_email, must_unique}})
  5.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement