Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change permission to ManagePolicies instead. (#405)

authored by

SemFu and committed by
GitHub
7fc11f78 8b1bd55f

+1 -1
+1 -1
client/src/webpages/dashboard/Dashboard.tsx
··· 570 570 title: 'Policies' as const, 571 571 urlPath: 'policies', 572 572 icon: SparklesFilled, 573 - requiredPermissions: [GQLUserPermission.ManageOrg], 573 + requiredPermissions: [GQLUserPermission.ManagePolicies], 574 574 }, 575 575 !isDemoOrg && { 576 576 title: 'Review Console' as const,