Don't persist settings tab

This commit is contained in:
Gregory Schier
2024-08-10 08:10:14 -07:00
parent 08ea48b996
commit ecc7192bde
4 changed files with 6 additions and 7 deletions

View File

@@ -69,7 +69,6 @@ export const RequestPane = memo(function RequestPane({
const handleContentTypeChange = useCallback(
async (contentType: string | null) => {
console.log('UPDATE CONTENT TYPE', contentType);
const headers = activeRequest.headers.filter((h) => h.name.toLowerCase() !== 'content-type');
if (contentType != null) {