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

Fix typo

parent b4c9fbf4
No related branches found
No related tags found
No related merge requests found
Pipeline #181690 passed
...@@ -648,7 +648,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle ...@@ -648,7 +648,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle
if (this.currentFile.file !== undefined) { if (this.currentFile.file !== undefined) {
const key = await this.queueFile(this.currentFile.file); const key = await this.queueFile(this.currentFile.file);
// set placement mode and parameters so they are restore when canceled // set placement mode and parameters, so they are restore when canceled
this.queuedFilesPlacementModes[key] = this.currentFilePlacementMode; this.queuedFilesPlacementModes[key] = this.currentFilePlacementMode;
this.queuedFilesSignaturePlacements[key] = this.currentFileSignaturePlacement; this.queuedFilesSignaturePlacements[key] = this.currentFileSignaturePlacement;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment