mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-16 21:06:22 +08:00
5 lines
132 B
JavaScript
5 lines
132 B
JavaScript
export function getHelpUrlForFeature(featureName) {
|
|
const { helpUrls } = window.chatwootConfig;
|
|
return helpUrls[featureName];
|
|
}
|