fix(permissions): add manage_vessels_accounts to MANAGER role
MANAGER had the Vessels link in the sidebar but lacked the permission, causing a redirect to dashboard on click. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6a3b371acc
commit
fc6f3146d4
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ const ROLE_PERMISSIONS: Record<Role, Permission[]> = {
|
|||
"view_analytics",
|
||||
"export_reports",
|
||||
"manage_vendors",
|
||||
"manage_vessels_accounts",
|
||||
"manage_products",
|
||||
"manage_sites",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue