Final gist integration + clean up
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user