mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-06 21:05:24 +02:00
Fix GraphQL editor
This commit is contained in:
@@ -409,6 +409,7 @@ export function HttpRequestPane({ style, fullHeight, className, activeRequest }:
|
|||||||
) : activeRequest.bodyType === BODY_TYPE_GRAPHQL ? (
|
) : activeRequest.bodyType === BODY_TYPE_GRAPHQL ? (
|
||||||
<Suspense>
|
<Suspense>
|
||||||
<GraphQLEditor
|
<GraphQLEditor
|
||||||
|
key={forceUpdateKey}
|
||||||
forceUpdateKey={forceUpdateKey}
|
forceUpdateKey={forceUpdateKey}
|
||||||
baseRequest={activeRequest}
|
baseRequest={activeRequest}
|
||||||
request={activeRequest}
|
request={activeRequest}
|
||||||
|
|||||||
Reference in New Issue
Block a user