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>;