From cb7bec391e3831feb337b1c54a5bb1c97c0a0126 Mon Sep 17 00:00:00 2001 From: Omar Oughriss Date: Mon, 28 Jul 2025 11:35:10 +0200 Subject: [PATCH] Add logs for the sidebar components --- .../Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx b/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx index 5d734e18..f3f39ed9 100644 --- a/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx +++ b/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/index.tsx @@ -110,6 +110,8 @@ export default function DefaultNotaryDashboard(props: IProps) { Folders.getInstance() .get(query) .then((folders) => setFolders(folders)); + console.log(JSON.stringify(query)); + console.log(JSON.stringify(folders)); }, [isArchived]); return (