Skip to content

Commit 6d55a35

Browse files
committed
update prop
1 parent b8bdfa4 commit 6d55a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/manage/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function OrgDashboardLayout({ children }: DashboardLayoutProps) {
4949
' bg-surfaceDefault p-4 md:flex'
5050
)}
5151
>
52-
<DashboardNav items={orgSidebarNav} organizationId={organizationId} />
52+
<DashboardNav items={orgSidebarNav} entitySlug={organizationId} />
5353

5454
<div className="z-1 basis-2 md:hidden">
5555
<MobileDashboardNav

0 commit comments

Comments
 (0)