mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-28 04:11:45 +01:00
Some minor bugs
This commit is contained in:
@@ -69,7 +69,7 @@ function App() {
|
||||
<Editor
|
||||
valueKey={request.id}
|
||||
useTemplating
|
||||
defaultValue={request.body ?? undefined}
|
||||
defaultValue={request.body ?? ''}
|
||||
contentType="application/json"
|
||||
onChange={(body) => updateRequest.mutate({ body })}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user