diff --git a/src/pages/RequestBuilder/index.tsx b/src/pages/RequestBuilder/index.tsx index 812af099..35411396 100644 --- a/src/pages/RequestBuilder/index.tsx +++ b/src/pages/RequestBuilder/index.tsx @@ -187,7 +187,7 @@ export default function RequestBuilder(props?: { } return map; }, {}), - body: body ? formatForRequest(body, type) : '', + body: body ? formatForRequest(body, type) : undefined, maxSentData, maxRecvData, secretHeaders: [],