[ACA-3542] Fix Filter sorting initialization (#6018)

This commit is contained in:
davidcanonieto
2020-08-17 15:02:47 +01:00
committed by GitHub
parent 7cfb95da9d
commit 0e8b28dc49
3 changed files with 2 additions and 3 deletions

View File

@@ -215,7 +215,6 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
enableMediumTimeFormat = false;
displayEmptyMetadata = false;
hyperlinkNavigation = false;
filteredSorting: string[] = null;
constructor(private notificationService: NotificationService,
private uploadService: UploadService,