litellm/ui
Ryan Crabbe 8766004c36 fix(ui): use useTags hook so tag dropdown populates on key creation
The create key form used getPredefinedTags() which only extracted tags
from existing keys' metadata. If no keys had tags, the dropdown was
empty. Switch to the existing useTags() React Query hook that fetches
from /tag/list, matching the edit key form behavior.
2026-03-20 22:58:02 -07:00
..
litellm-dashboard fix(ui): use useTags hook so tag dropdown populates on key creation 2026-03-20 22:58:02 -07:00