Hooked the new variable editor to the persistent store

This commit is contained in:
Andrew Bastin
2020-01-29 20:35:54 -05:00
parent 5d2ba22988
commit 94c2440832
2 changed files with 9 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ export default () => ({
gql: {
url: "https://rickandmortyapi.com/graphql",
headers: [],
variables: [],
variablesJSONString: "",
query: ""
},
oauth2: {