diff --git a/store/postwoman.js b/store/postwoman.js index cb24bb5a2..792c22056 100644 --- a/store/postwoman.js +++ b/store/postwoman.js @@ -42,12 +42,6 @@ export const SETTINGS_KEYS = [ export const state = () => ({ settings: {}, - environments: [ - { - name: "My Environment Variables", - variables: [], - }, - ], editingEnvironment: {}, selectedRequest: {}, selectedGraphqlRequest: {},