Better editor updating

This commit is contained in:
Gregory Schier
2023-02-28 12:41:03 -08:00
parent 88c9df4577
commit af964ac383
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}
/>