mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Update ui/litellm-dashboard/src/components/model_dashboard/health_check_columns.tsx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
4f93fe2b52
commit
c932efb915
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ export const healthCheckColumns = (
|
|||
const teamId = model.model_info?.team_id;
|
||||
|
||||
if (!teamId) {
|
||||
return <Text className="text-gray-400 text-sm">-</Text>;
|
||||
return <span className="text-gray-400 text-sm">-</span>;
|
||||
}
|
||||
|
||||
const team = teams?.find((t) => t.team_id === teamId);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue