From c35365109e526e3fca1d16903858b929b0a0e77d Mon Sep 17 00:00:00 2001 From: Wylie Conlon Date: Tue, 29 Oct 2019 17:43:39 -0400 Subject: [PATCH] [Lens] Link to potential docs page (#49670) --- x-pack/legacy/plugins/lens/public/help_menu_util.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {