diff --git a/components/http/Request.vue b/components/http/Request.vue index afb3ed7f5..4401e9e57 100644 --- a/components/http/Request.vue +++ b/components/http/Request.vue @@ -28,7 +28,7 @@ focus:border-accent focus:outline-none " :value="newMethod" - :readonly="isCustomMethod()" + :readonly="!isCustomMethod" @input="onSelectMethod($event.target.value)" /> @@ -205,6 +205,7 @@