Update layout.tsx

This commit is contained in:
Marvin
2025-09-13 16:42:22 +02:00
committed by GitHub
parent e4960909ed
commit 95d74825ee

View File

@@ -10,7 +10,7 @@ import { HorizontalTabs } from "@app/components/HorizontalTabs";
type SettingsLayoutProps = {
children: React.ReactNode;
params: Promise<{ clientId: number; orgId: string }>;
params: Promise<{ clientId: number | string; orgId: string }>;
}
export default async function SettingsLayout(props: SettingsLayoutProps) {