fix - create key user flow

This commit is contained in:
Ishaan Jaff 2024-04-19 21:15:57 -07:00
parent 00a07a99cd
commit abeadadf3e

View file

@ -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"