Created
February 28, 2017 19:13
-
-
Save gregturn/bbaf2cabffe5f781f9f4d9cf668ad325 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
// Fixed constant stuffed inside the state | |
this.state['required'] = [ | |
this.state.api, | |
this.state.email, | |
this.state.password, | |
this.state.services, | |
this.state.primaryAccount, | |
this.state.domain, | |
'all.namespace' | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment