fix: notify on signatures not working in public template

This commit is contained in:
prafull-opensignlabs
2024-11-18 18:22:39 +05:30
parent d8095e077a
commit 9840fe9412
@@ -74,6 +74,9 @@ const createDocumentFromTemplate = async (template, existContact, index) => {
if (template?.SignatureType?.length > 0) {
object.set('SignatureType', template?.SignatureType);
}
if (template?.NotifyOnSignatures) {
object.set('NotifyOnSignatures', template?.NotifyOnSignatures);
}
let signers = template?.Signers || [];
const signerobj = {
__type: 'Pointer',