litellm/ui
Ryan Crabbe c495acda1b
fix(ui): send null (not '') for cleared organization_id on team update
AntD <Select allowClear> returns undefined when the user clears the
selection. Coalescing to "" caused the team-update payload to carry
organization_id: "" instead of null, relying on the backend to coerce
it. Send null directly so the intent is explicit at the source.
2026-04-04 09:47:38 -07:00
..
litellm-dashboard fix(ui): send null (not '') for cleared organization_id on team update 2026-04-04 09:47:38 -07:00