Better editor updating

This commit is contained in:
Gregory Schier
2023-02-28 12:41:03 -08:00
parent d77ed0c5cc
commit be7ef7beb1
5 changed files with 106 additions and 71 deletions

View File

@@ -101,7 +101,7 @@ export function ResponsePane({ requestId, error }: Props) {
/>
) : response?.body ? (
<Editor
key={response.body}
valueKey={response.id}
defaultValue={response?.body}
contentType={contentType}
/>