From e12aabbc43c04e6d1fe38f0d6c3c34cd3fa661ab Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Fri, 5 May 2023 17:29:42 +0200 Subject: [PATCH] :bug: Fixing document name --- src/front/Components/Layouts/Folder/FolderInformation/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/front/Components/Layouts/Folder/FolderInformation/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/index.tsx index cc299a01..3ec15d6c 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/index.tsx @@ -187,6 +187,7 @@ class FolderInformationClass extends BasePage { office: true, office_folder_has_customers: { include: { customer: { include: { contact: true, documents: { include: { + document_type: true, files: true } } } } } },