litellm/ui
Yuneng Jiang 7a718d19c2
fix(ui): keep team role and budget when the team ID is blank
normalizeTeams guarded the object branch on the truthiness of team.team_id,
so a row with an empty ID fell through to the reset branch that discards
user_role and max_budget_in_team. Setting a role before typing an ID showed
the row snapping back to "user", and the next edit to that row dropped
whatever had been set before it. Guard on the shape of the entry instead.
2026-07-24 23:49:16 -07:00
..
litellm-dashboard fix(ui): keep team role and budget when the team ID is blank 2026-07-24 23:49:16 -07:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf fix(ui): serve /ui/assets from the nginx image instead of SPA fallback (#34066) 2026-07-21 09:22:02 -07:00