diff --git a/packages/hoppscotch-app/components/http/Parameters.vue b/packages/hoppscotch-app/components/http/Parameters.vue index 6b5911ba1..31c887c92 100644 --- a/packages/hoppscotch-app/components/http/Parameters.vue +++ b/packages/hoppscotch-app/components/http/Parameters.vue @@ -1,368 +1,9 @@ - + diff --git a/packages/hoppscotch-app/components/http/QueryParams.vue b/packages/hoppscotch-app/components/http/QueryParams.vue new file mode 100644 index 000000000..b070ce125 --- /dev/null +++ b/packages/hoppscotch-app/components/http/QueryParams.vue @@ -0,0 +1,363 @@ + + + diff --git a/packages/hoppscotch-app/components/http/Variables.vue b/packages/hoppscotch-app/components/http/Variables.vue index 6f57e62f7..16abdde22 100644 --- a/packages/hoppscotch-app/components/http/Variables.vue +++ b/packages/hoppscotch-app/components/http/Variables.vue @@ -5,6 +5,19 @@ >
+ + { O.getOrElseW(() => throwError("Working Params Deletion Out of Bounds")) ) } + +const clearContent = () => { + // set params list to the initial state + workingVars.value = [ + { + id: idTicker.value++, + key: "", + value: "", + }, + ] +}