mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
5 lines
132 B
JavaScript
5 lines
132 B
JavaScript
export function getHelpUrlForFeature(featureName) {
|
|
const { helpUrls } = window.chatwootConfig;
|
|
return helpUrls[featureName];
|
|
}
|