Skip to content

Commit 6e20136

Browse files
authored
add missing category for root key trpc query (#5284)
1 parent ad3aa08 commit 6e20136

File tree

1 file changed

+3
-0
lines changed
  • web/apps/dashboard/lib/trpc/routers/settings/root-keys

1 file changed

+3
-0
lines changed

web/apps/dashboard/lib/trpc/routers/settings/root-keys/query.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ function categorizePermissions(permissions: PermissionResponse[]) {
260260
case "identity":
261261
category = "Identities";
262262
break;
263+
case "project":
264+
category = "Projects";
265+
break;
263266
default:
264267
category = "Other";
265268
console.warn(`Unknown permission identifier: ${identifier}`);

0 commit comments

Comments
 (0)