fix: custom file storage not working while create document using template

This commit is contained in:
prafull-opensignlabs
2024-10-07 16:40:49 +05:30
parent 204c530712
commit 168fe4d680
+2 -1
View File
@@ -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 {