From da5b610704ca82324d80b1f6107be483070741cf Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 11 Nov 2024 13:35:51 -0800 Subject: [PATCH 1/2] Resolved issue where user API keys needed admin role --- frontend/src/components/pages/APIKeys.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/pages/APIKeys.tsx b/frontend/src/components/pages/APIKeys.tsx index b5b969fe..7def65b4 100644 --- a/frontend/src/components/pages/APIKeys.tsx +++ b/frontend/src/components/pages/APIKeys.tsx @@ -78,7 +78,7 @@ const SingleKey = ({ token, permissions, onDelete }: SingleKeyProps) => { @@ -150,7 +150,7 @@ const APIKeys = () => { return ( -
+

API Keys

{apiKeys === null ? ( @@ -191,7 +191,7 @@ const APIKeys = () => {