mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Icône pour dupliquer est l'icône pour copier (presse papiers)
Fixes #146
This commit is contained in:
parent
f2fe6031bb
commit
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