From 673b3175b82bc7a82910cd915c836ef3eeaba93c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 19 Apr 2025 16:05:47 -0700 Subject: [PATCH] bug fix fix team model selector --- ui/litellm-dashboard/src/components/team/team_info.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/litellm-dashboard/src/components/team/team_info.tsx b/ui/litellm-dashboard/src/components/team/team_info.tsx index ef3fa03301..8cf18470cf 100644 --- a/ui/litellm-dashboard/src/components/team/team_info.tsx +++ b/ui/litellm-dashboard/src/components/team/team_info.tsx @@ -353,8 +353,8 @@ const TeamInfoView: React.FC = ({ All Proxy Models - {userModels.map((model) => ( - + {userModels.map((model, idx) => ( + {getModelDisplayName(model)} ))}