diff --git a/packages/hoppscotch-app/components/http/Variables.vue b/packages/hoppscotch-app/components/http/Variables.vue index d50081542..f768f4302 100644 --- a/packages/hoppscotch-app/components/http/Variables.vue +++ b/packages/hoppscotch-app/components/http/Variables.vue @@ -9,37 +9,35 @@ v-tippy="{ theme: 'tooltip' }" :title="t('add.new')" svg="plus" - @click.native="addParamV" + @click.native="addVar" />
@@ -49,12 +47,12 @@ :title="t('action.remove')" svg="trash" color="red" - @click.native="deleteParamV(index)" + @click.native="deleteVar(index)" />
@@ -77,14 +75,17 @@