diff --git a/src/front/Components/Layouts/Folder/FolderInformation/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/index.tsx index 2f1b37a0..d7528a68 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/index.tsx @@ -66,6 +66,9 @@ export default function FolderInformation(props: IProps) { include: { contact: true, documents: { + where: { + folder_uid: folderUid, + }, include: { folder: true, document_type: true,