From 019e50c071a7a8e3e9b127e76f84e2c83cb9719f Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Wed, 28 Oct 2020 00:10:10 +0200 Subject: [PATCH] build fix --- .../file/file-preview-screen/file-preview-screen.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.ts b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.ts index 65054dc32..3c0803e6b 100644 --- a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.ts +++ b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.ts @@ -278,7 +278,7 @@ export class FilePreviewScreenComponent implements OnInit { }); } - public setAllFilters(filter: string, value: boolean, rootKey?: string) { + public setAllFilters(filter: any, value: boolean, rootKey?: string) { if (rootKey) { this.filters[rootKey] = value; } else {