Some minor bugs

This commit is contained in:
Gregory Schier
2023-03-01 14:16:02 -08:00
parent e352343d62
commit 5fbd3f67cd
4 changed files with 18 additions and 29 deletions

View File

@@ -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 })}
/>