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 0e4c6c0 commit 75b3030Copy full SHA for 75b3030
app/[locale]/dashboard/[entityType]/[entitySlug]/layout.tsx
@@ -67,6 +67,11 @@ export default function OrgDashboardLayout({ children }: DashboardLayoutProps) {
67
href: `/dashboard/${params.entityType}/${params.entitySlug}/usecases`,
68
icon: 'light',
69
},
70
+ {
71
+ title: 'Add & Manage Charts',
72
+ href: `/dashboard/${params.entityType}/${params.entitySlug}/charts`,
73
+ icon: 'chart',
74
+ },
75
{
76
title: 'Profile',
77
href: `/dashboard/${params.entityType}/${params.entitySlug}/profile`,
0 commit comments