forked from phoenix/litellm-mirror
fix - create key user flow
This commit is contained in:
parent
00a07a99cd
commit
abeadadf3e
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ const CreateKey: React.FC<CreateKeyProps> = ({
|
||||||
wrapperCol={{ span: 16 }}
|
wrapperCol={{ span: 16 }}
|
||||||
labelAlign="left"
|
labelAlign="left"
|
||||||
>
|
>
|
||||||
{userRole === "App Owner" || userRole === "Admin" ? (
|
{userRole === "App Owner" || userRole === "Admin" || userRole === "App User" ? (
|
||||||
<>
|
<>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label="Key Name"
|
label="Key Name"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue