mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-02 15:27:06 +02:00
Fix ephemeral response body reading
This commit is contained in:
@@ -51,7 +51,7 @@ export function ConfirmLargeResponse({ children, response }: Props) {
|
||||
color="secondary"
|
||||
variant="border"
|
||||
size="xs"
|
||||
text={() => getResponseBodyText({ responseId: response.id, filter: null })}
|
||||
text={() => getResponseBodyText({ response, filter: null })}
|
||||
/>
|
||||
)}
|
||||
</HStack>
|
||||
|
||||
Reference in New Issue
Block a user