mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fallback to team id and truncate
This commit is contained in:
parent
6fad659ae2
commit
53cf43dff6
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue