Files
litellm/ui
ryan-crabbe-berriandGitHub 609e1e9763 fix(ui): render caller-supplied filter options in caller order (LIT-3151) (#29462)
FilterComponent iterated a hardcoded orderedFilters whitelist instead of
the options prop, so any consumer whose filter names were not on that list
rendered nothing. The Tool Policies page passes "Input Policy", "Output
Policy", "Team Name" and "Key Name", none of which were whitelisted, so its
Filters panel opened to an empty area.

Drop the whitelist and render the options the caller passes, in the order
they pass them, so each page owns its own filter set and ordering. The Logs
page array is reordered to match its prior on-screen order; VirtualKeys and
TeamVirtualKeys already matched the old whitelist order and are unaffected.
2026-06-01 18:43:09 -07:00
..