litellm/ui
Varun Chawla c8d9547095
fix(ui): add null guard for models in API keys table (#20655)
The VirtualKeysTable crashed when rendering keys with null or undefined
models field. The className expression tried to access .length on null,
throwing a TypeError that broke the entire keys table.

Added Array.isArray() guard before accessing .length on the models value.

Fixes #20611
2026-02-07 23:00:33 -08:00
..
litellm-dashboard fix(ui): add null guard for models in API keys table (#20655) 2026-02-07 23:00:33 -08:00