Files
chatwoot/app/javascript/dashboard/helper/featureHelper.js
2024-03-21 10:30:46 -07:00

5 lines
132 B
JavaScript

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