From 04bc8308acaba59086d351d1f253e5a464bd105d Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 29 Sep 2020 23:46:31 +0530 Subject: [PATCH] Fixed #1195 --- pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,