We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c17cf commit b5d9879Copy full SHA for b5d9879
microfrontends/SignDocuments/src/Component/TemplatePlaceholder.js
@@ -660,7 +660,10 @@ const TemplatePlaceholder = () => {
660
const data = {
661
Placeholders: signerPos,
662
SignedUrl: pdfDetails[0].URL,
663
- Signers: signers
+ Signers: signers,
664
+ Name: pdfDetails[0]?.Name || "",
665
+ Note: pdfDetails[0]?.Note || "",
666
+ Description: pdfDetails[0]?.Description || ""
667
};
668
669
await axios
0 commit comments