mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fixed error thrown in timelion opening help (#42701)
This commit is contained in:
parent
6966d0d1a9
commit
7123a4aa5a
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ app.controller('timelion', function (
|
|||
|
||||
$timeout(function () {
|
||||
if (config.get('timelion:showTutorial', true)) {
|
||||
$scope.kbnTopNav.open('help');
|
||||
$scope.menus.showHelp = true;
|
||||
}
|
||||
}, 0);
|
||||
|
||||
|
@ -321,7 +321,7 @@ app.controller('timelion', function (
|
|||
dontShowHelp: function () {
|
||||
config.set('timelion:showTutorial', false);
|
||||
$scope.setPage(0);
|
||||
$scope.kbnTopNav.close('help');
|
||||
$scope.menus.showHelp = false;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue