diff --git a/pages/index.vue b/pages/index.vue index 004eb44df..f1a4ebfb7 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1799,7 +1799,7 @@ export default { httpPassword: this.httpPassword, bearerToken: this.bearerToken, headers: this.headers, - rawInputs: this.rawInputs, + rawInput: this.rawInput, rawParams: this.rawParams, rawRequestBody: this.rawRequestBody, contentType: this.contentType,