diff --git a/ui/litellm-dashboard/src/components/team/team_info.tsx b/ui/litellm-dashboard/src/components/team/team_info.tsx index 7de7396980..d268f137f6 100644 --- a/ui/litellm-dashboard/src/components/team/team_info.tsx +++ b/ui/litellm-dashboard/src/components/team/team_info.tsx @@ -222,9 +222,13 @@ const TeamInfoView: React.FC = ({ - Overview - Members - Settings + {[ + Overview, + ...(canEditTeam ? [ + Members, + Settings + ] : []) + ]}