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

Add hotfix for broken upload from commit 5dbb3033 (#4)

parent 5eb214ea
Branches
No related tags found
No related merge requests found
Pipeline #10624 passed
...@@ -512,7 +512,8 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitEle ...@@ -512,7 +512,8 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitEle
render() { render() {
if (this.isLoading()) { if (this.isLoading()) {
return html`<vpu-mini-spinner></vpu-mini-spinner>`; // TODO: breaks upload (added in commit 5dbb3033b4c37ebfb5810d78ed9522047217490d)
// return html`<vpu-mini-spinner></vpu-mini-spinner>`;
} }
return html` return html`
<div class="${classMap({hidden: !this.isLoggedIn() || !this.hasSignaturePermissions()})}"> <div class="${classMap({hidden: !this.isLoggedIn() || !this.hasSignaturePermissions()})}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment