From a7779f82b07eebefc3e39b17a6cb03a57163216a Mon Sep 17 00:00:00 2001 From: Vins Date: Tue, 23 Jul 2024 14:34:22 +0200 Subject: [PATCH] Fixed customer documents by folder uid --- .../Components/Layouts/Folder/FolderInformation/index.tsx | 3 +++ 1 file changed, 3 insertions(+) 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,