From 78ed95bcaadd22949a4b48cfeaefb0bab2a7b6b7 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Wed, 15 Dec 2021 22:50:35 +0530 Subject: [PATCH] fix: lint error on json on empty string --- .../components/graphql/RequestOptions.vue | 34 +++++++++++++------ 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/packages/hoppscotch-app/components/graphql/RequestOptions.vue b/packages/hoppscotch-app/components/graphql/RequestOptions.vue index 9438680a6..c5c1ef140 100644 --- a/packages/hoppscotch-app/components/graphql/RequestOptions.vue +++ b/packages/hoppscotch-app/components/graphql/RequestOptions.vue @@ -255,7 +255,13 @@