Skip to content

Commit

Permalink
patch: update perms
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 14, 2024
1 parent 78388de commit 2eab42c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apps/client/@/shadcn/lib/types/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,16 @@ export const PERMISSIONS_CONFIG = [
// "team::manage"
// ]
// },
{
category: "Client Management",
permissions: [
"client::create",
"client::read",
"client::update",
"client::delete",
"client::manage",
],
},
// {
// category: "Client Management",
// permissions: [
// "client::create",
// "client::read",
// "client::update",
// "client::delete",
// "client::manage",
// ],
// },
// {
// category: "Knowledge Base",
// permissions: [
Expand Down

0 comments on commit 2eab42c

Please sign in to comment.