Skip to content

Commit

Permalink
[Lens] Link to potential docs page (#49670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wylie Conlon authored Oct 29, 2019
1 parent 871212e commit c353651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/lens/public/help_menu_util.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit c353651

Please sign in to comment.