Final gist integration + clean up

This commit is contained in:
Liyas Thomas
2020-12-08 17:50:32 +05:30
parent b1587950c6
commit ba08883623
6 changed files with 59 additions and 29 deletions

View File

@@ -64,7 +64,6 @@ export const state = () => ({
editingEnvironment: {},
selectedRequest: {},
editingRequest: {},
providerInfo: {},
})
export const mutations = {
@@ -336,10 +335,6 @@ export const mutations = {
}
}
},
setProviderInfo(state, value) {
state.providerInfo = value
},
}
function testValue(myValue) {