We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb4a67 commit 78388deCopy full SHA for 78388de
apps/client/@/shadcn/lib/types/permissions.ts
@@ -118,16 +118,16 @@ export const PERMISSIONS_CONFIG = [
118
"issue::comment",
119
],
120
},
121
- {
122
- category: "User Management",
123
- permissions: [
124
- "user::create",
125
- "user::read",
126
- "user::update",
127
- "user::delete",
128
- "user::manage",
129
- ],
130
- },
+ // {
+ // category: "User Management",
+ // permissions: [
+ // "user::create",
+ // "user::read",
+ // "user::update",
+ // "user::delete",
+ // "user::manage",
+ // ],
+ // },
131
{
132
category: "Role Management",
133
permissions: [
0 commit comments