litellm/ui
ryan-crabbe-berri 807dde81d6 fix(ui): gate guardrails and credential name on isFieldTouched too
Greptile flagged that guardrails and litellm_credential_name were added to
the PATCH on every save regardless of whether the user changed them (an empty
guardrails array is truthy, and the credential name was sent whenever
non-empty), which both contradicts the send-only-what-changed design and lets
an unrelated save re-assert a credential name that was changed elsewhere since
the form was opened. Both are now gated on isFieldTouched like the other
scalars; a touched-but-empty guardrails still sends [] to clear, and the
credential name typed into the LiteLLM Params JSON is still stripped so the
selector stays the source of truth
2026-07-01 22:17:06 -07:00
..
litellm-dashboard fix(ui): gate guardrails and credential name on isFieldTouched too 2026-07-01 22:17:06 -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 feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00