diff --git a/dashboard/src/components/DocumentsOrganizer.tsx b/dashboard/src/components/DocumentsOrganizer.tsx index 88b2d2298..561be4bcc 100644 --- a/dashboard/src/components/DocumentsOrganizer.tsx +++ b/dashboard/src/components/DocumentsOrganizer.tsx @@ -121,7 +121,7 @@ export default function DocumentsOrganizer({ movable={false} position={0} folder={documentsTree} - level={-1} // -1 because root is not displayed and we want all the root items to be stuck to the left + level={rootFolderName === 'Dossier Racine' ? -1 : 0} // -1 because root is not displayed and we want all the root items to be stuck to the left htmlId={htmlId} initShowOpen onListChange={onListChange}