Persist response filter per request

This commit is contained in:
Gregory Schier
2026-06-11 09:09:12 -07:00
parent 1b28dfd9d1
commit 3de9a1edd4
2 changed files with 19 additions and 8 deletions
@@ -69,6 +69,7 @@ function HttpTextViewer({ response, text, language, pretty, className }: HttpTex
text={text}
language={language}
stateKey={`response.body.${response.id}`}
filterStateKey={`response.body.${response.requestId}`}
pretty={pretty}
className={className}
onFilter={filterCallback}