From b97458f693af4c390771bdb48638e12a7f8de5e3 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Thu, 27 Jan 2022 21:11:09 +0530 Subject: [PATCH] feat: smartEnv in environments --- .../hoppscotch-app/components/environments/Edit.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/hoppscotch-app/components/environments/Edit.vue b/packages/hoppscotch-app/components/environments/Edit.vue index 722198c77..1c447cc2f 100644 --- a/packages/hoppscotch-app/components/environments/Edit.vue +++ b/packages/hoppscotch-app/components/environments/Edit.vue @@ -53,9 +53,15 @@ :placeholder="`${$t('count.variable', { count: index + 1 })}`" :name="'param' + index" /> -