From dfc020ca5f43f28b072cb6fb01c05c76120a50fe Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 2 Apr 2024 15:27:50 -0700 Subject: [PATCH] ui - support all-models alias --- .../src/components/create_key_button.tsx | 3 --- ui/litellm-dashboard/src/components/teams.tsx | 7 +++++-- ui/litellm-dashboard/src/components/view_key_table.tsx | 9 +++------ 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/ui/litellm-dashboard/src/components/create_key_button.tsx b/ui/litellm-dashboard/src/components/create_key_button.tsx index 2b1a199c2..99cbd7b6e 100644 --- a/ui/litellm-dashboard/src/components/create_key_button.tsx +++ b/ui/litellm-dashboard/src/components/create_key_button.tsx @@ -142,9 +142,6 @@ const CreateKey: React.FC = ({ placeholder="Select models" style={{ width: "100%" }} > - {team && team.models ? ( team.models.map((model: string) => (