Skip to content
Snippets Groups Projects
Commit adafcc31 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #15738 TIME 0:30 infinite loading in Acknowledgement Receipt viewer with paper AR

parent 65448582
No related branches found
No related tags found
No related merge requests found
......@@ -414,6 +414,7 @@ export class SentResourcePageComponent implements OnInit {
if (this.pdfMode) {
this.emailsubject = this.translate.instant('lang.ARPaper');
this.emailContent = data.encodedDocument;
this.loading = false;
} else {
this.emailsubject = this.translate.instant('lang.ARelectronic');
this.emailContent = this.b64DecodeUnicode(data.encodedDocument);
......
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