From f500a866dd15afdf4281d1e8377666f98227e2b2 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 4 Oct 2025 14:31:51 -0700 Subject: [PATCH] fix: fix ui linting errors --- .../components/common_components/RateLimitTypeFormItem.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/litellm-dashboard/src/components/common_components/RateLimitTypeFormItem.tsx b/ui/litellm-dashboard/src/components/common_components/RateLimitTypeFormItem.tsx index e0607d50681..4c923c63f97 100644 --- a/ui/litellm-dashboard/src/components/common_components/RateLimitTypeFormItem.tsx +++ b/ui/litellm-dashboard/src/components/common_components/RateLimitTypeFormItem.tsx @@ -71,7 +71,7 @@ export const RateLimitTypeFormItem: React.FC = ({
Default
- Best effort throughput - no error if we're overallocating {limitTypeLower} (Team/Key Limits checked at runtime). + Best effort throughput - no error if we're overallocating {limitTypeLower} (Team/Key Limits checked at runtime).
@@ -79,7 +79,7 @@ export const RateLimitTypeFormItem: React.FC = ({
Guaranteed throughput
- Guaranteed throughput - raise an error if we're overallocating {limitTypeLower} (also checks model-specific limits) + Guaranteed throughput - raise an error if we're overallocating {limitTypeLower} (also checks model-specific limits)