We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cfb41 commit 04eb478Copy full SHA for 04eb478
src/commandsAndMenu.tsx
@@ -591,8 +591,8 @@ export function addCommands(
591
title: 'Delete Files',
592
body: (
593
<span>
594
- Are you sure you want to permanently delete
595
- {fileList}? This action cannot be undone.
+ Are you sure you want to permanently delete {fileList}? This action
+ cannot be undone.
596
</span>
597
),
598
buttons: [Dialog.cancelButton(), Dialog.warnButton({ label: 'Delete' })]
0 commit comments