diff --git a/ui/litellm-dashboard/src/components/view_logs/RequestResponsePanel.tsx b/ui/litellm-dashboard/src/components/view_logs/RequestResponsePanel.tsx index 4aaaabba58d..13f2547bd75 100644 --- a/ui/litellm-dashboard/src/components/view_logs/RequestResponsePanel.tsx +++ b/ui/litellm-dashboard/src/components/view_logs/RequestResponsePanel.tsx @@ -72,9 +72,9 @@ export function RequestResponsePanel({ }; return ( -
{JSON.stringify(getRawRequest(), null, 2)}
+ {JSON.stringify(getRawRequest(), null, 2)}
{JSON.stringify(formattedResponse(), null, 2)}
+ {JSON.stringify(formattedResponse(), null, 2)}
) : (