Skip to content
Snippets Groups Projects
Unverified Commit 6e471bf3 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix typo (#4)

parent c85a5bac
No related branches found
No related tags found
No related merge requests found
Pipeline #10271 passed with warnings
...@@ -173,7 +173,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitEle ...@@ -173,7 +173,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitEle
if (entryPoint["@type"] === "http://schema.org/EntryPoint" ) { if (entryPoint["@type"] === "http://schema.org/EntryPoint" ) {
this.currentFileName = entryPoint.name; this.currentFileName = entryPoint.name;
// we need to full file to upload it again in case the download of the signed file fails // we need the full file to upload it again in case the download of the signed file fails
this.currentFile = ev.detail; this.currentFile = ev.detail;
// we want to load the redirect url in the iframe // we want to load the redirect url in the iframe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment