Skip to content

Commit

Permalink
fix: update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
keellyp committed Dec 27, 2024
1 parent 30070ee commit a165abb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/router/SettingRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ export const settingRoutes: CustomRouteObject[] = [
path: [CREATE_INVOICE_CUSTOM_SECTION, EDIT_INVOICE_CUSTOM_SECTION],
private: true,
element: <CreateInvoiceCustomSection />,
// TODO: Add permissions
permissions: ['organizationInvoicesUpdate'],
permissions: ['invoiceCustomSectionsCreate', 'invoiceCustomSectionsUpdate'],
},
]

0 comments on commit a165abb

Please sign in to comment.