mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 11:16:37 +00:00
Update layout.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import { HorizontalTabs } from "@app/components/HorizontalTabs";
|
|||||||
|
|
||||||
type SettingsLayoutProps = {
|
type SettingsLayoutProps = {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
params: Promise<{ clientId: number; orgId: string }>;
|
params: Promise<{ clientId: number | string; orgId: string }>;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default async function SettingsLayout(props: SettingsLayoutProps) {
|
export default async function SettingsLayout(props: SettingsLayoutProps) {
|
||||||
|
|||||||
Reference in New Issue
Block a user