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" />