Skip to content
Snippets Groups Projects
Commit 6635323c authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Use the right placeholder image for the qualified signature

Copy paste error by me
parent 42d7d831
Branches
Tags
No related merge requests found
Pipeline #11961 passed with warnings
...@@ -866,7 +866,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitEle ...@@ -866,7 +866,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitEle
} }
render() { render() {
const placeholderUrl = commonUtils.getAssetURL('local/vpu-signature/official-signature-placeholder.png'); const placeholderUrl = commonUtils.getAssetURL('local/vpu-signature/qualified-signature-placeholder.png');
const showTestNextcloudFilePicker = buildinfo.env === 'local'; const showTestNextcloudFilePicker = buildinfo.env === 'local';
return html` return html`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment