Fix version 1.2.16
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user