fix - create key user flow
This commit is contained in:
parent
00a07a99cd
commit
abeadadf3e
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user