mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 14:59:42 +02:00
Tweak
This commit is contained in:
@@ -255,7 +255,7 @@ export const RequestPane = memo(function RequestPane({ style, fullHeight, classN
|
|||||||
defaultValue={`${activeRequest?.body?.text ?? ''}`}
|
defaultValue={`${activeRequest?.body?.text ?? ''}`}
|
||||||
contentType="application/json"
|
contentType="application/json"
|
||||||
onChange={handleBodyTextChange}
|
onChange={handleBodyTextChange}
|
||||||
format={(v) => tryFormatJson(v)}
|
format={tryFormatJson}
|
||||||
/>
|
/>
|
||||||
) : activeRequest.bodyType === BODY_TYPE_XML ? (
|
) : activeRequest.bodyType === BODY_TYPE_XML ? (
|
||||||
<Editor
|
<Editor
|
||||||
|
|||||||
Reference in New Issue
Block a user