From 1b9c799a93fe85149e4e6cbb1ae0ad55e925dfc3 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 4 May 2024 22:06:43 -0700 Subject: [PATCH] ui - show retry on Admin UI --- ui/litellm-dashboard/src/components/model_dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index 39ec6565bf..8c766989d9 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -1285,7 +1285,7 @@ const handleEditSubmit = async (formValues: Record) => {