mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 00:26:01 +00:00
fix - create key user flow
This commit is contained in:
@@ -116,7 +116,7 @@ const CreateKey: React.FC<CreateKeyProps> = ({
|
||||
wrapperCol={{ span: 16 }}
|
||||
labelAlign="left"
|
||||
>
|
||||
{userRole === "App Owner" || userRole === "Admin" ? (
|
||||
{userRole === "App Owner" || userRole === "Admin" || userRole === "App User" ? (
|
||||
<>
|
||||
<Form.Item
|
||||
label="Key Name"
|
||||
|
||||
Reference in New Issue
Block a user