Skip to content

Commit 8126c95

Browse files
committed
remove disable for organizations tab
1 parent dee3ce8 commit 8126c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/dashboard/components/dashboard-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function DashboardHeader({ currentPath }: { currentPath: string }) {
1919
label: 'My Organizations',
2020
url: `/dashboard/organization`,
2121
selected: currentPath.indexOf('organization') >= 0,
22-
disabled: true,
22+
disabled: false,
2323
},
2424
];
2525
const router = useRouter();

0 commit comments

Comments
 (0)