Skip to content

Commit

Permalink
chore(usertask): fix embedded form download link
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkelemen committed Oct 13, 2022
1 parent 4b3f816 commit 54c74e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<form role="form" name="form">
<h2>Please Pay this invoice:</h2>

<a cam-file-download="INVOICE_DOCUMENT" />
<a cam-file-download="INVOICE_DOCUMENT">Download</a>

<br />

Expand Down

0 comments on commit 54c74e5

Please sign in to comment.