mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-22 17:44:55 +02:00
Merge branch 'staging' into react-tour
This commit is contained in:
@@ -275,7 +275,9 @@ const ReportTable = (props) => {
|
||||
AutomaticReminders: Doc?.AutomaticReminders || false,
|
||||
RemindOnceInEvery: Doc?.RemindOnceInEvery || 5,
|
||||
IsEnableOTP: Doc?.IsEnableOTP || false,
|
||||
IsTourEnabled: Doc?.IsTourEnabled || false
|
||||
IsTourEnabled: Doc?.IsTourEnabled || false,
|
||||
IsFileAdapter: Doc?.IsFileAdapter || false
|
||||
|
||||
};
|
||||
try {
|
||||
const res = await axios.post(
|
||||
|
||||
Reference in New Issue
Block a user