diff --git a/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.ts b/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.ts index 73cee8af0..2e8cd19ce 100644 --- a/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.ts +++ b/apps/red-ui/src/app/components/downloads-list-screen/downloads-list-screen.component.ts @@ -11,6 +11,8 @@ import { } from '@iqser/common-ui'; import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker'; import { RouterHistoryService } from '@services/router-history.service'; +import { interval } from 'rxjs'; +import { switchMap } from 'rxjs/operators'; @Component({ selector: 'redaction-downloads-list-screen', @@ -43,6 +45,9 @@ export class DownloadsListScreenComponent extends ListingComponent this._loadData())) + .subscribe(); } downloadItem(download: DownloadStatus) {