Actually fix GraphQLEditor.tsx properly

This commit is contained in:
Gregory Schier
2025-11-06 09:33:12 -08:00
parent 6f0d4ad5e4
commit f2a63087b0
3 changed files with 22 additions and 13 deletions

View File

@@ -409,7 +409,6 @@ export function HttpRequestPane({ style, fullHeight, className, activeRequest }:
) : activeRequest.bodyType === BODY_TYPE_GRAPHQL ? (
<Suspense>
<GraphQLEditor
key={forceUpdateKey}
forceUpdateKey={forceUpdateKey}
baseRequest={activeRequest}
request={activeRequest}