Merge branch 'staging' into react-tour

This commit is contained in:
Raktima
2024-10-07 11:31:58 +05:30
committed by GitHub
3 changed files with 5 additions and 1 deletions
@@ -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(