Created
October 28, 2019 03:41
-
-
Save stacietaylorcima/b6ac4e5bec4d99f23e91e77c53ccec44 to your computer and use it in GitHub Desktop.
This is the initial state
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
{ | |
hello: 'world', | |
loggedIn: true, | |
apiKey: 'sfjkasldkfjslktestfakedu2p39i4', | |
fetchingApps: false, | |
apps: [ | |
{ | |
notes: '', | |
userData: [], | |
appData: '', | |
name: 'failchimp', | |
created: '2019-04-05T20:15:25.950Z', | |
updated: '2019-04-05T20:15:25.950Z' | |
} | |
], | |
selectedApp: null, | |
selectedEndpoint: null, | |
currentError: '', | |
userEmail: '[email protected]', | |
userRole: 'admin', | |
fetching: false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment