diff --git a/components/http/BodyParameters.vue b/components/http/BodyParameters.vue index 0bdebae34..16448a00b 100644 --- a/components/http/BodyParameters.vue +++ b/components/http/BodyParameters.vue @@ -6,9 +6,9 @@
@@ -34,9 +34,9 @@ :placeholder="`key ${index + 1}`" :name="`bparam ${index}`" :value="param.key" + autofocus @change="updateBodyParams($event, index, `setKeyBodyParams`)" @keyup.prevent="setRouteQueryState" - autofocus />
  • @@ -66,8 +66,6 @@
  • @@ -99,17 +102,17 @@ ref="attachment" name="attachment" type="file" - @change="setRequestAttachment($event, index)" multiple + @change="setRequestAttachment($event, index)" />
  • @@ -118,7 +121,7 @@
    • - @@ -127,26 +130,16 @@
  • - - + + diff --git a/components/http/CodegenModal.vue b/components/http/CodegenModal.vue index 1a9d4b7eb..6f0ee5972 100644 --- a/components/http/CodegenModal.vue +++ b/components/http/CodegenModal.vue @@ -14,7 +14,9 @@ -
    {{ codegens.find((x) => x.id === requestType).name }}
    +
    {{
    +            codegens.find((x) => x.id === requestType).name
    +          }}