diff --git a/src/app/ui/all-file/all-file.component.ts b/src/app/ui/all-file/all-file.component.ts index 94f14f5..08a89cd 100644 --- a/src/app/ui/all-file/all-file.component.ts +++ b/src/app/ui/all-file/all-file.component.ts @@ -689,7 +689,7 @@ export class AllFileComponent { this.selection.selected.forEach((element)=>{ let data = element.key.split("/"); this.isTrueDelete.forEach(elements => { - if (elements==data[data.length-2] && data.length-2==2) { + if (elements==data[data.length-2] && data.length-2==2 && !data[data.length-1]) { arrList.push('true') } });