diff --git a/packages/hoppscotch-app/components/smart/EnvInput.vue b/packages/hoppscotch-app/components/smart/EnvInput.vue index 05a2bd242..b84da1325 100644 --- a/packages/hoppscotch-app/components/smart/EnvInput.vue +++ b/packages/hoppscotch-app/components/smart/EnvInput.vue @@ -28,8 +28,10 @@ import IntervalTree from "node-interval-tree" import debounce from "lodash/debounce" import isUndefined from "lodash/isUndefined" import { tippy } from "vue-tippy" +import * as E from "fp-ts/Either" import { aggregateEnvs$ } from "~/newstore/environments" import { useReadonlyStream } from "~/helpers/utils/composables" +import { parseTemplateStringE } from "~/helpers/templating" const tagsToReplace = { "&": "&", @@ -217,7 +219,7 @@ export default defineComponent({ }" v-tippy data-tippy-content="${this.getEnvName( this.aggregateEnvs.find((k) => k.key === envVar)?.sourceEnv )}