From 93f9eee88451691982f24e1a1e73438b0c46bf02 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 18 Mar 2024 13:10:55 -0700 Subject: [PATCH] Fix GraphQL editor large variables quirk --- src-web/components/GraphQLEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/GraphQLEditor.tsx b/src-web/components/GraphQLEditor.tsx index 210d730e..e67992bd 100644 --- a/src-web/components/GraphQLEditor.tsx +++ b/src-web/components/GraphQLEditor.tsx @@ -124,7 +124,7 @@ export function GraphQLEditor({ defaultValue, onChange, baseRequest, ...extraEdi } {...extraEditorProps} /> -
+
Variables