2
0

🐛 (editor) Fix default branding settings on cre…

This commit is contained in:
Baptiste Arnaud
2023-10-09 08:24:11 +02:00
parent 3e7b9b3afd
commit 258de60bd2

View File

@@ -16,7 +16,7 @@ export const sanitizeSettings = (
general: { general: {
...settings.general, ...settings.general,
isBrandingEnabled: isBrandingEnabled:
workspacePlan === Plan.FREE ? false : settings.general.isBrandingEnabled, workspacePlan === Plan.FREE ? true : settings.general.isBrandingEnabled,
}, },
whatsApp: settings.whatsApp whatsApp: settings.whatsApp
? { ? {