mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Compare commits
2 commits
f2fe6031bb
...
b46c1c1934
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b46c1c1934 | ||
|
|
5c64f60021 |
1 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ import {
|
||||||
FileDownload,
|
FileDownload,
|
||||||
Add,
|
Add,
|
||||||
Upload,
|
Upload,
|
||||||
|
FolderCopy,
|
||||||
ContentCopy,
|
ContentCopy,
|
||||||
Edit,
|
Edit,
|
||||||
Share,
|
Share,
|
||||||
|
|
@ -424,7 +425,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
|
||||||
> <ContentCopy /> </IconButton>
|
> <FolderCopy /> </IconButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
<Tooltip title="Supprimer dossier" placement="top">
|
<Tooltip title="Supprimer dossier" placement="top">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue