Remove response text state key

This commit is contained in:
Gregory Schier
2025-01-20 10:58:32 -08:00
parent b698a56549
commit 0453e84d38

View File

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