From e7adbb3801e0640463278d4c99d63e287696fffe Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 3 May 2024 22:09:01 -0700 Subject: [PATCH] ui - model dashboard --- ui/litellm-dashboard/src/components/networking.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/litellm-dashboard/src/components/networking.tsx b/ui/litellm-dashboard/src/components/networking.tsx index e29e0e372f..e64e46db57 100644 --- a/ui/litellm-dashboard/src/components/networking.tsx +++ b/ui/litellm-dashboard/src/components/networking.tsx @@ -483,8 +483,8 @@ export const modelMetricsSlowResponsesCall = async ( userID: String, userRole: String, modelGroup: String | null, - startTime: String | null, - endTime: String | null + startTime: String | undefined, + endTime: String | undefined ) => { /** * Get all models on proxy @@ -525,8 +525,8 @@ export const modelExceptionsCall = async ( userID: String, userRole: String, modelGroup: String | null, - startTime: String | null, - endTime: String | null + startTime: String | undefined, + endTime: String | undefined ) => { /** * Get all models on proxy