From 168fe4d680febc9435cfe17380e702b0e8e37ef2 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Mon, 7 Oct 2024 16:40:49 +0530 Subject: [PATCH] fix: custom file storage not working while create document using template --- apps/OpenSign/src/constant/Utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/OpenSign/src/constant/Utils.js b/apps/OpenSign/src/constant/Utils.js index 8ddedf5cf..bc6a19075 100644 --- a/apps/OpenSign/src/constant/Utils.js +++ b/apps/OpenSign/src/constant/Utils.js @@ -710,7 +710,8 @@ export const createDocument = async ( SendinOrder: Doc?.SendinOrder || false, AutomaticReminders: Doc?.AutomaticReminders || false, RemindOnceInEvery: parseInt(Doc?.RemindOnceInEvery || 5), - IsEnableOTP: Doc?.IsEnableOTP || false + IsEnableOTP: Doc?.IsEnableOTP || false, + IsFileAdapter: Doc?.IsFileAdapter || false }; try {