mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 20:23:47 +00:00
fallback to team id and truncate
This commit is contained in:
+1
-1
@@ -242,7 +242,7 @@ const AllModelsTab = ({
|
||||
<Space direction="horizontal" align="center">
|
||||
<Badge color="green" size="small" />
|
||||
<Text style={{ fontSize: 16 }}>
|
||||
{team.team_alias}
|
||||
{team.team_alias ? team.team_alias : team.team_id}
|
||||
</Text>
|
||||
</Space>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user