diff --git a/packages/hoppscotch-app/components/http/Variables.vue b/packages/hoppscotch-app/components/http/Variables.vue index bff82ac42..d50081542 100644 --- a/packages/hoppscotch-app/components/http/Variables.vue +++ b/packages/hoppscotch-app/components/http/Variables.vue @@ -9,13 +9,11 @@ v-tippy="{ theme: 'tooltip' }" :title="t('add.new')" svg="plus" - :disabled="bulkMode" @click.native="addParamV" /> -
-
+
void } | null>(null) -// The UI representation of the parameters list (has the empty end param) const workingParamsV = ref>([ { id: idTickerV.value++, @@ -107,7 +104,6 @@ const workingParamsV = ref>([ }, ]) -// Rule: Working Params always have last element is always an empty param watch(workingParamsV, (paramsList) => { if (paramsList.length > 0 && paramsList[paramsList.length - 1].key !== "") { workingParamsV.value.push({