[MM-34459] Fix config key to show 'learn more' (#1531)

This commit is contained in:
Guillermo Vayá
2021-04-09 13:08:54 +02:00
committed by GitHub
parent 923212780a
commit 8a218f4d29

View File

@@ -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() {