Skip to content

Commit b5d9879

Browse files
update template details on save
1 parent 97c17cf commit b5d9879

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

microfrontends/SignDocuments/src/Component/TemplatePlaceholder.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,10 @@ const TemplatePlaceholder = () => {
660660
const data = {
661661
Placeholders: signerPos,
662662
SignedUrl: pdfDetails[0].URL,
663-
Signers: signers
663+
Signers: signers,
664+
Name: pdfDetails[0]?.Name || "",
665+
Note: pdfDetails[0]?.Note || "",
666+
Description: pdfDetails[0]?.Description || ""
664667
};
665668

666669
await axios

0 commit comments

Comments
 (0)