diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index 8c766989d9..43ca9fdff3 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -1276,22 +1276,22 @@ const handleEditSubmit = async (formValues: Record) => { {retry_policy_map && - {Object.keys(retry_policy_map).map((key, idx) => ( - - - - - ))} - + {Object.keys(retry_policy_map).map((key, idx) => ( + + + + + ))} +
- {key} - - - -
+ {key} + + +
}