Merge branch 'develop' into feature/enhanced-template-support

This commit is contained in:
Sivin Varghese
2025-08-06 13:14:28 +05:30
committed by GitHub
23 changed files with 215 additions and 127 deletions
@@ -1,12 +0,0 @@
export const useInstallationName = (str, installationName) => {
if (str && installationName) {
return str.replace(/Chatwoot/g, installationName);
}
return str;
};
export default {
methods: {
useInstallationName,
},
};