Merge pull request #1306 from OpenSignLabs/validation

fix: custom file storage not working while create document using template
This commit is contained in:
prafull-opensignlabs
2024-10-07 16:42:40 +05:30
committed by GitHub
+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 {