From 4f166bf38c44430fa55dd2c50de8a84425aa232c Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Mon, 16 Aug 2021 09:21:16 +0300 Subject: [PATCH] RED-1796 --- .../downloads-list-screen/downloads-list-screen.component.ts | 4 ++++ 1 file changed, 4 insertions(+) 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 04d84bd9e..764603479 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 @@ -5,6 +5,7 @@ import { DownloadControllerService } from '@redaction/red-ui-http'; import { CircleButtonTypes, DefaultListingServices, ListingComponent, TableColumnConfig } from '@iqser/common-ui'; import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker'; import { LoadingService } from '@services/loading.service'; +import { timer } from 'rxjs'; @Component({ selector: 'redaction-downloads-list-screen', @@ -35,6 +36,9 @@ export class DownloadsListScreenComponent extends ListingComponent { + await this._loadData(); + }); } downloadItem(download: DownloadStatusWrapper) {