|
|
@ -325,7 +325,7 @@ const FileEditForm = ( |
|
|
|
</Box> |
|
|
|
</Box> |
|
|
|
<ConfirmDialog |
|
|
|
<ConfirmDialog |
|
|
|
actionProceedText="Purge" |
|
|
|
actionProceedText="Purge" |
|
|
|
contentText={`${selectedFilesCount} files will be removed from the system. You cannot undo this purge.`} |
|
|
|
content={`${selectedFilesCount} files will be removed from the system. You cannot undo this purge.`} |
|
|
|
dialogProps={{ open: isOpenPurgeConfirmDialog }} |
|
|
|
dialogProps={{ open: isOpenPurgeConfirmDialog }} |
|
|
|
onCancel={cancelPurge} |
|
|
|
onCancel={cancelPurge} |
|
|
|
onProceed={purgeFiles} |
|
|
|
onProceed={purgeFiles} |
|
|
|