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 f910b7b commit 36fbffbCopy full SHA for 36fbffb
apps/dashboard/src/app/(dashboard)/dashboard/connect/ecosystem/[slug]/(active)/page.tsx
@@ -1,5 +1,5 @@
1
import { redirect } from "next/navigation";
2
3
export default function Page({ params }: { params: { slug: string } }) {
4
- redirect(`/dashboard/connect/ecosystem/${params.slug}/active/analytics`);
+ redirect(`/dashboard/connect/ecosystem/${params.slug}/analytics`);
5
}
0 commit comments