mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
The tag delete action moved into a Base UI dropdown menu when the tags table was migrated onto the shared DataTable. That menu is modal by default and holds a pointer-events lock on the page while it opens and closes, which left the hand-rolled inline confirmation modal unclickable, so deleting a tag stopped working Replace the inline modal with the shared DeleteResourceModal, which renders through an antd Modal portal that manages its own pointer-events and z-index, matching every other table's delete flow. Add a deleting loading state so the confirm button reflects progress and cannot be double-clicked Cover the wiring with a regression test that drives the delete flow through the shared modal and asserts tagDeleteCall runs with the tag name |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||