Skip to content

Instantly share code, notes, and snippets.

@syamjayaraj
Created August 7, 2018 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syamjayaraj/d8f90c204286d3a41be24635a10f585b to your computer and use it in GitHub Desktop.
Save syamjayaraj/d8f90c204286d3a41be24635a10f585b to your computer and use it in GitHub Desktop.
constructor(props) {
super(props);
this.state = {
isSubmited: false,
name: null,
mobile: null,
group: null,
donors: [],
grouptoBeFiltered: null,
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment