fix: remove stale default environments state - fixed #1735
This commit is contained in:
parent
a2354b5e9e
commit
3992650fd6
1 changed files with 0 additions and 6 deletions
|
|
@ -42,12 +42,6 @@ export const SETTINGS_KEYS = [
|
|||
|
||||
export const state = () => ({
|
||||
settings: {},
|
||||
environments: [
|
||||
{
|
||||
name: "My Environment Variables",
|
||||
variables: [],
|
||||
},
|
||||
],
|
||||
editingEnvironment: {},
|
||||
selectedRequest: {},
|
||||
selectedGraphqlRequest: {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue