From 24a8dfd540efc010c4f137e9f56ee70ff59ca127 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 10 Mar 2025 12:23:33 -0700 Subject: [PATCH] ui fix linting errors --- .../src/components/transform_request.tsx | 2 +- .../src/components/view_logs/columns.tsx | 70 ++++++++++--------- 2 files changed, 39 insertions(+), 33 deletions(-) diff --git a/ui/litellm-dashboard/src/components/transform_request.tsx b/ui/litellm-dashboard/src/components/transform_request.tsx index 5d405df78f..2b7eea65c9 100644 --- a/ui/litellm-dashboard/src/components/transform_request.tsx +++ b/ui/litellm-dashboard/src/components/transform_request.tsx @@ -156,7 +156,7 @@ ${formattedBody} }}>

Original Request

-

The request you would send to LiteLLM's /chat/completions endpoint.

+

The request you would send to LiteLLM /chat/completions endpoint.