From d290b25f8a0ed65b021b4686315c55614dd77584 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 6 Nov 2019 08:35:56 +0530 Subject: [PATCH] :bug: Fixed a critical bug, clear cookies to take effect --- store/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/state.js b/store/state.js index 3ca9a14b9..487623fff 100644 --- a/store/state.js +++ b/store/state.js @@ -14,7 +14,7 @@ export default () => ({ bodyParams: [], rawParams: '', rawInput: false, - requestType: 'JavaScript XHR', + requestType: '', contentType: '', } });