From e0230a1137d26c0e0fddc6ee6fc9ad96c975b1a3 Mon Sep 17 00:00:00 2001 From: "andrii.dudar" Date: Tue, 3 Sep 2024 10:10:47 +0200 Subject: [PATCH] OPIK-14 [View only user] - view only user sees his API key, when he switches to Opik --- apps/opik-frontend/src/plugins/comet/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/opik-frontend/src/plugins/comet/types.ts b/apps/opik-frontend/src/plugins/comet/types.ts index de37cabd76..87436256e9 100644 --- a/apps/opik-frontend/src/plugins/comet/types.ts +++ b/apps/opik-frontend/src/plugins/comet/types.ts @@ -33,7 +33,7 @@ export enum ORGANIZATION_ROLE_TYPE { admin = "ADMIN", member = "MEMBER", opik = "LLM_ONLY", - viewOnly = "VIEW_ONLY", + viewOnly = "VIEW_ONLY_MEMBER", } export interface Organization {