Merge branch 'staging' into react-tour

This commit is contained in:
Raktima
2024-10-07 11:31:58 +05:30
committed by GitHub
3 changed files with 5 additions and 1 deletions
@@ -64,6 +64,7 @@ const createDocumentFromTemplate = async (template, existContact, index) => {
object.set('OriginIp', template?.OriginIp || '');
object.set('IsEnableOTP', template?.IsEnableOTP || false);
object.set('IsTourEnabled', template?.IsTourEnabled || false);
object.set('IsFileAdapter', template?.IsFileAdapter || false);
let signers = template?.Signers || [];
const signerobj = {
__type: 'Pointer',