Skip to content

Commit

Permalink
fix: analytics viewer role (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Sep 30, 2024
1 parent 36e3265 commit 4ebe4c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/shared/access-control/roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@ export const roles: Record<
users: {
list: true,
},
teamMembers: {
list: true,
read: true,
},
},
},
};
Expand Down

0 comments on commit 4ebe4c2

Please sign in to comment.