From efd85c2ea2f3cfa0429a31474e8565351d054f8c Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Thu, 27 Apr 2023 10:49:08 +0200 Subject: [PATCH] :bug: Wrong edit informations path --- .../Components/DesignSystem/FolderBoxInformation/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/front/Components/DesignSystem/FolderBoxInformation/index.tsx b/src/front/Components/DesignSystem/FolderBoxInformation/index.tsx index de2e85d5..65386b9d 100644 --- a/src/front/Components/DesignSystem/FolderBoxInformation/index.tsx +++ b/src/front/Components/DesignSystem/FolderBoxInformation/index.tsx @@ -28,7 +28,7 @@ export default function FolderBoxInformation(props: IProps) { .modules.pages.Folder.pages.EditDescription.props.path.replace("[folderUid]", props.folder.uid); const editInformationsPath = Module.getInstance() .get() - .modules.pages.Folder.pages.EditDescription.props.path.replace("[folderUid]", props.folder.uid); + .modules.pages.Folder.pages.EditInformations.props.path.replace("[folderUid]", props.folder.uid); const path = type === EFolderBoxInformationType.DESCRIPTION ? editDescriptionPath : editInformationsPath; return ( @@ -70,7 +70,7 @@ export default function FolderBoxInformation(props: IProps) { {folder.folder_number ?? ""}
- Type d’acte + Type d'acte {folder.deed.deed_type.name ?? ""}