fix(striker-ui): rename contentText->content of ConfirmDialog in FileEditForm

main
Tsu-ba-me 3 years ago
parent 7b4272aa0a
commit 5856502c67
  1. 2
      striker-ui/components/Files/FileEditForm.tsx

@ -325,7 +325,7 @@ const FileEditForm = (
</Box>
<ConfirmDialog
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 }}
onCancel={cancelPurge}
onProceed={purgeFiles}

Loading…
Cancel
Save