Files
chatwoot/app/javascript/dashboard/helper/featureHelper.js
T

5 lines
132 B
JavaScript

export function getHelpUrlForFeature(featureName) {
const { helpUrls } = window.chatwootConfig;
return helpUrls[featureName];
}