diff --git a/src-web/components/responseViewers/TextViewer.tsx b/src-web/components/responseViewers/TextViewer.tsx index f98bcfe7..b8f141a2 100644 --- a/src-web/components/responseViewers/TextViewer.tsx +++ b/src-web/components/responseViewers/TextViewer.tsx @@ -124,7 +124,7 @@ export function TextViewer({ language, text, responseId, requestId, pretty, clas language={language} actions={actions} extraExtensions={extraExtensions} - stateKey={`response_text.${responseId}`} + stateKey={null} /> ); }