[ADF-2687] enabled snack bar for delete confirmation (#3178)

This commit is contained in:
Vito
2018-04-12 12:24:54 +01:00
committed by Eugenio Romano
parent dc432897c9
commit 7a41803cf0

View File

@@ -349,6 +349,7 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
this.uploadService.fileDeleted.next(message); this.uploadService.fileDeleted.next(message);
this.deleteElementSuccess.emit(); this.deleteElementSuccess.emit();
this.reloadForInfiniteScrolling(); this.reloadForInfiniteScrolling();
this.notificationService.openSnackMessage(message, 4000);
} }
onPermissionRequested(node) { onPermissionRequested(node) {