diff --git a/ui/litellm-dashboard/src/components/create_key_button.tsx b/ui/litellm-dashboard/src/components/create_key_button.tsx index 99cbd7b6e..2a3d81680 100644 --- a/ui/litellm-dashboard/src/components/create_key_button.tsx +++ b/ui/litellm-dashboard/src/components/create_key_button.tsx @@ -142,6 +142,9 @@ const CreateKey: React.FC = ({ placeholder="Select models" style={{ width: "100%" }} > + {team && team.models ? ( team.models.map((model: string) => (