From 105657625af571f2797d7fbf042d1da3cd8fb239 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 3 Feb 2024 17:32:25 -0800 Subject: [PATCH] (fix) ui ts error --- ui/litellm-dashboard/src/components/create_key_button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/create_key_button.tsx b/ui/litellm-dashboard/src/components/create_key_button.tsx index f9cf5854d6..fb9adc8525 100644 --- a/ui/litellm-dashboard/src/components/create_key_button.tsx +++ b/ui/litellm-dashboard/src/components/create_key_button.tsx @@ -11,7 +11,7 @@ const { Option } = Select; interface CreateKeyProps { userID: string; - userRole: string; + userRole: string | null; accessToken: string; data: any[] | null; setData: React.Dispatch>;