mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:23:51 +01:00
Remove response text state key
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user