From 5aec90c513d15c50d628616868bb711c8c25a19c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 14 Mar 2025 17:29:53 -0700 Subject: [PATCH] fix dup close --- .../src/components/add_model/ConnectionErrorDisplay.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ui/litellm-dashboard/src/components/add_model/ConnectionErrorDisplay.tsx b/ui/litellm-dashboard/src/components/add_model/ConnectionErrorDisplay.tsx index 4a3fc30377..7a97dede7e 100644 --- a/ui/litellm-dashboard/src/components/add_model/ConnectionErrorDisplay.tsx +++ b/ui/litellm-dashboard/src/components/add_model/ConnectionErrorDisplay.tsx @@ -232,12 +232,6 @@ ${formattedBody} > View Documentation - - {onClose && ( - - )} );