Created
December 7, 2017 15:26
-
-
Save NoamELB/07d3e1a457576beef522e2d1d75c18f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
selectTab(e, value) { | |
this.setState({ value }); | |
this.props.onChange(e, value); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment