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:
Hardik 2026-05-31 02:14:36 +05:30
parent 6a3b371acc
commit fc6f3146d4

View file

@ -37,6 +37,7 @@ const ROLE_PERMISSIONS: Record<Role, Permission[]> = {
"view_analytics",
"export_reports",
"manage_vendors",
"manage_vessels_accounts",
"manage_products",
"manage_sites",
],