mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Compare commits
No commits in common. "b46c1c1934e0cf42716877787afe1c12443cdc02" and "f2fe6031bbe9f25eba09b97acd426132df794ca0" have entirely different histories.
b46c1c1934
...
f2fe6031bb
1 changed files with 1 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ import {
|
||||||
FileDownload,
|
FileDownload,
|
||||||
Add,
|
Add,
|
||||||
Upload,
|
Upload,
|
||||||
FolderCopy,
|
|
||||||
ContentCopy,
|
ContentCopy,
|
||||||
Edit,
|
Edit,
|
||||||
Share,
|
Share,
|
||||||
|
|
@ -425,7 +424,7 @@ const Dashboard: React.FC = () => {
|
||||||
color="primary"
|
color="primary"
|
||||||
onClick={handleDuplicateFolder}
|
onClick={handleDuplicateFolder}
|
||||||
disabled={selectedFolder == ''} // cannot action on all
|
disabled={selectedFolder == ''} // cannot action on all
|
||||||
> <FolderCopy /> </IconButton>
|
> <ContentCopy /> </IconButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
<Tooltip title="Supprimer dossier" placement="top">
|
<Tooltip title="Supprimer dossier" placement="top">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue