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) => (