Bulk editor (#45)

Bulk editor for all pair editors except multipart/form-data
This commit is contained in:
Gregory Schier
2024-06-07 13:42:08 -07:00
committed by GitHub
parent e9bf97bd3f
commit 4a88e80669
19 changed files with 186 additions and 37 deletions

View File

@@ -102,7 +102,7 @@ export function TextViewer({ response, pretty, className }: Props) {
);
return result;
}, [canFilter, filterText, isJson, isSearching, setFilterText, toggleSearch]);
}, [canFilter, filterText, isJson, isSearching, response.id, setFilterText, toggleSearch]);
return (
<Editor