From 728f057c5ec3334604fc65c57c41bac873d4555f Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Mon, 8 Jun 2026 12:25:52 -0700 Subject: [PATCH] fix(ui): label default key type as "Full Access" on key edit page (#29870) The key edit page showed the default key type (no allowed_routes restriction) as "Default", while the key creation form already labels the same value "Full Access". Align the edit page to the create form so the two surfaces agree on both the label and its description. --- .../src/components/templates/key_edit_view.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/litellm-dashboard/src/components/templates/key_edit_view.tsx b/ui/litellm-dashboard/src/components/templates/key_edit_view.tsx index d5e410029a..fe0fa1ab0c 100644 --- a/ui/litellm-dashboard/src/components/templates/key_edit_view.tsx +++ b/ui/litellm-dashboard/src/components/templates/key_edit_view.tsx @@ -394,11 +394,11 @@ export function KeyEditView({ } }} > - +
-
Default
+
Full Access
- Can call AI APIs + Management routes + Can call all routes (AI APIs, Management, and read-only)