fix: blank page appear when try to add typed signature

This commit is contained in:
prafull-opensignlabs
2024-09-18 18:09:18 +05:30
parent 4caf9f598a
commit ec4d875547
3 changed files with 12 additions and 8 deletions
@@ -62,6 +62,7 @@ const createDocumentFromTemplate = async (template, existContact, index) => {
object.set('CreatedBy', template?.CreatedBy);
object.set('ExtUserPtr', template?.ExtUserPtr);
object.set('OriginIp', template?.OriginIp || '');
object.set('IsEnableOTP', template?.IsEnableOTP || false);
let signers = template?.Signers || [];
const signerobj = {
__type: 'Pointer',