Skip to content

Instantly share code, notes, and snippets.

@adamkpurdy
Last active June 21, 2018 23:19
Show Gist options
  • Select an option

  • Save adamkpurdy/300771e31ef1aad86bc22aaf796c1cc0 to your computer and use it in GitHub Desktop.

Select an option

Save adamkpurdy/300771e31ef1aad86bc22aaf796c1cc0 to your computer and use it in GitHub Desktop.
Initial state object for applications
export default {
provider: {
contactInfo: {
fullName: '',
email: '',
streetAddress: '',
city: '',
state: '',
zipCode: '',
cellPhone: '',
birthday: '',
hearAbout: '',
firstAid: '',
cpr: '',
trustline: '',
driversLicenseNumber: '',
issuedState: '',
formValid: false,
},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment