Ready for 1.1.3-rc.2 and migrating on nextjs 16

This commit is contained in:
charlesgauthereau
2025-11-03 13:20:48 +01:00
parent 750f1cb145
commit c4a0692985
5 changed files with 1 additions and 5 deletions
@@ -10,7 +10,6 @@ import {notFound} from "next/navigation";
import {getActiveMember, getOrganization} from "@/lib/auth/auth";
import {EmptyStatePlaceholder} from "@/components/wrappers/common/empty-state-placeholder";
export const dynamic = 'force-dynamic';
export default async function RoutePage(props: PageParams<{}>) {