From 8fb9c7a01140eddce95bb721a9817c241203657c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 6 May 2024 07:53:55 -0700 Subject: [PATCH] stash ui changes --- .../src/components/model_dashboard.tsx | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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} + + +
}