From 23cb15d2cfec6cb8674602aa03a63f1d965cbf0e Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Tue, 1 Aug 2023 15:48:49 +0200 Subject: [PATCH] :bug: Fixing --- src/front/Components/Layouts/Folder/AskDocuments/index.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/front/Components/Layouts/Folder/AskDocuments/index.tsx b/src/front/Components/Layouts/Folder/AskDocuments/index.tsx index 67c19ab5..ff18c0c4 100644 --- a/src/front/Components/Layouts/Folder/AskDocuments/index.tsx +++ b/src/front/Components/Layouts/Folder/AskDocuments/index.tsx @@ -61,6 +61,7 @@ class AskDocumentsClass extends BasePage { const backUrl = Module.getInstance() .get() .modules.pages.Folder.pages.FolderInformation.props.path.replace("[folderUid]", this.props.folderUid); + return ( {}}>
@@ -133,11 +134,7 @@ class AskDocumentsClass extends BasePage { q: { deed: { include: { - deed_has_document_types: { - include: { - document_type: true, - }, - }, + document_types: true, }, }, office: true,