mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-26 18:44:56 +03:00
fixed bug when multiple deleting
This commit is contained in:
parent
ad7c573752
commit
f8eba3664e
@ -262,7 +262,7 @@ export default class DataView extends React.Component {
|
||||
};
|
||||
|
||||
_handleDeleteFiles = async (e) => {
|
||||
const message = `Are you sure you want to delete these ${numChecked} files? They will be deleted from your slates as well`;
|
||||
const message = `Are you sure you want to delete these files? They will be deleted from your slates as well`;
|
||||
if (!window.confirm(message)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user