chore: use samrt-env for gql headers

This commit is contained in:
nivedin
2023-12-04 16:19:48 +05:30
committed by Andrew Bastin
parent fce68de282
commit 9bfe195253
2 changed files with 8 additions and 23 deletions

View File

@@ -137,8 +137,7 @@ import IconTrash2 from "~icons/lucide/trash-2"
import { PropType, computed, ref } from "vue"
import { useI18n } from "@composables/i18n"
import { useToast } from "@composables/toast"
import { HoppGQLRequest, makeGQLRequest } from "@hoppscotch/data"
import { cloneDeep } from "lodash-es"
import { HoppGQLRequest } from "@hoppscotch/data"
import { removeGraphqlRequest } from "~/newstore/collections"
import { useService } from "dioc/vue"
import { GQLTabService } from "~/services/tab/graphql"