Merge branch 'develop' into feat/CW-3082

This commit is contained in:
Sivin Varghese
2024-04-24 09:27:10 +05:30
committed by GitHub
574 changed files with 10083 additions and 1785 deletions
@@ -12,5 +12,9 @@ export default {
isEnterprise() {
return window.chatwootConfig.isEnterprise === 'true';
},
enterprisePlanName() {
// returns "community" or "enterprise"
return window.chatwootConfig?.enterprisePlanName;
},
},
};