diff --git a/demo-shell/src/app/components/files/files.component.ts b/demo-shell/src/app/components/files/files.component.ts index 2b76690d0a..b5bd1018a5 100644 --- a/demo-shell/src/app/components/files/files.component.ts +++ b/demo-shell/src/app/components/files/files.component.ts @@ -349,6 +349,7 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy { this.uploadService.fileDeleted.next(message); this.deleteElementSuccess.emit(); this.reloadForInfiniteScrolling(); + this.notificationService.openSnackMessage(message, 4000); } onPermissionRequested(node) {