[MM-34459] Fix config key to show 'learn more' (#1531)
This commit is contained in:
@@ -230,7 +230,7 @@ function createTemplate(config) {
|
||||
};
|
||||
template.push(windowMenu);
|
||||
const submenu = [];
|
||||
if (config.data.MenuhelpLink) {
|
||||
if (config.data.helpLink) {
|
||||
submenu.push({
|
||||
label: 'Learn More...',
|
||||
click() {
|
||||
|
Reference in New Issue
Block a user