Skip to content
Snippets Groups Projects
Commit 20001033 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #18940 TIME 0:10 cannot attachment preview issue

parent 742c5f5c
No related branches found
No related tags found
No related merge requests found
...@@ -189,6 +189,10 @@ export class DocumentViewerComponent implements OnInit, OnDestroy { ...@@ -189,6 +189,10 @@ export class DocumentViewerComponent implements OnInit, OnDestroy {
} }
ngOnInit() { ngOnInit() {
if (this.downloadActions === undefined) {
this.downloadActions = [];
}
this.setEditor(); this.setEditor();
this.http.get('../rest/indexing/fileInformations').pipe( this.http.get('../rest/indexing/fileInformations').pipe(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment