Merge branch 'develop' into feat/CW-3082

This commit is contained in:
Sivin Varghese
2024-03-25 23:41:38 +05:30
committed by GitHub
28 changed files with 652 additions and 119 deletions
@@ -0,0 +1,4 @@
export function getHelpUrlForFeature(featureName) {
const { helpUrls } = window.chatwootConfig;
return helpUrls[featureName];
}