Compare commits

..

No commits in common. "b46c1c1934e0cf42716877787afe1c12443cdc02" and "f2fe6031bbe9f25eba09b97acd426132df794ca0" have entirely different histories.

View file

@ -27,7 +27,6 @@ import {
FileDownload,
Add,
Upload,
FolderCopy,
ContentCopy,
Edit,
Share,
@ -425,7 +424,7 @@ const Dashboard: React.FC = () => {
color="primary"
onClick={handleDuplicateFolder}
disabled={selectedFolder == ''} // cannot action on all
> <FolderCopy /> </IconButton>
> <ContentCopy /> </IconButton>
</Tooltip>
<Tooltip title="Supprimer dossier" placement="top">