From 49cd8171a6aedb3bf2aaeefd8b6a76860a7ba2ef Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 8 Jul 2024 15:20:15 -0700 Subject: [PATCH] fix place holders on adding new models --- ui/litellm-dashboard/src/components/model_dashboard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index fc8936deb0..2e62c053a5 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -1699,7 +1699,7 @@ const ModelDashboard: React.FC = ({ className="mb-0" > @@ -1718,7 +1718,7 @@ const ModelDashboard: React.FC = ({ className="mb-0" > {selectedProvider === Providers.Azure ? ( - + ) : providerModels.length > 0 ? ( {providerModels.map((model, index) => ( @@ -1728,7 +1728,7 @@ const ModelDashboard: React.FC = ({ ))} ) : ( - + )}