layout.tsx aktualisieren

This commit is contained in:
Marvin
2025-09-13 10:18:43 +02:00
committed by GitHub
parent 6cb36aaf13
commit e4960909ed

View File

@@ -1,7 +1,7 @@
interface AccessLayoutProps { interface AccessLayoutProps {
children: React.ReactNode; children: React.ReactNode;
params: Promise<{ params: Promise<{
resourceId: number | string; resourceId?: number | string;
orgId: string; orgId: string;
}>; }>;
} }