build fix

This commit is contained in:
Timo Bejan 2020-10-28 00:10:10 +02:00
parent 499c312d1c
commit 019e50c071

View File

@ -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 {