Fix version 1.2.16

This commit is contained in:
2024-12-03 14:27:05 +08:00
parent 270065f46b
commit b638865c33
8 changed files with 53 additions and 25 deletions

View File

@@ -9,11 +9,13 @@ export default function KatalogLayout({
profileId,
userLoginId,
authorId,
userRoleId,
}: {
children: any;
profileId: any;
userLoginId: string;
authorId: string;
userRoleId: string
}) {
return (
<>
@@ -26,6 +28,7 @@ export default function KatalogLayout({
profileId={profileId}
userLoginId={userLoginId}
authorId={authorId as any}
userRoleId={userRoleId}
/>
}
/>