diff --git a/x-pack/legacy/plugins/lens/public/help_menu_util.tsx b/x-pack/legacy/plugins/lens/public/help_menu_util.tsx index 74de7fe5c4fdc..30a05dbc38537 100644 --- a/x-pack/legacy/plugins/lens/public/help_menu_util.tsx +++ b/x-pack/legacy/plugins/lens/public/help_menu_util.tsx @@ -12,7 +12,7 @@ import { FormattedMessage } from '@kbn/i18n/react'; import { render, unmountComponentAtNode } from 'react-dom'; import { Chrome } from 'ui/chrome'; -const docsPage = undefined; +const docsPage = 'lens'; export function addHelpMenuToAppChrome(chrome: Chrome) { chrome.helpExtension.set(domElement => {