This commit is contained in:
prafull-opensignlabs
2026-03-16 12:14:55 +00:00
parent a56b87a702
commit ef81a0409b
56 changed files with 2558 additions and 1835 deletions
@@ -22,6 +22,7 @@ export default async function updateTenant(request) {
}
}
});
if (details?.EmailEditorType) tenant.set('EmailEditorType', details.EmailEditorType);
const tenantRes = await tenant.save(null, { useMasterKey: true });
if (tenantRes) {