mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
Merge pull request #1306 from OpenSignLabs/validation
fix: custom file storage not working while create document using template
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user