From ba6f1c4c0648f7fdd57512e3e0acec51851117d9 Mon Sep 17 00:00:00 2001 From: Omar Oughriss Date: Mon, 28 Jul 2025 13:40:06 +0200 Subject: [PATCH] Updte logs --- .../Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx b/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx index ba0e6b2a..2c3cf757 100644 --- a/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx +++ b/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx @@ -128,7 +128,7 @@ export default function DefaultNotaryDashboard(props: IProps) { blocks={blocks} bottomButton={{ link: Module.getInstance().get().modules.pages.Folder.pages.CreateFolder.props.path, - text: "Créer un dossier", + text: "Créer un dossier" + JSON.stringify(jwt) + JSON.stringify(folders), }} /> );