Skip to content

Commit

Permalink
fix: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Sep 6, 2023
1 parent e121327 commit 58c2ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/DocumentsOrganizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 58c2ae2

Please sign in to comment.