mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix scope digest issue with new button in discover (#45913)
This commit is contained in:
parent
6a091380b1
commit
1fba0f7c45
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ function discoverController(
|
|||
description: i18n.translate('kbn.discover.localMenu.newSearchDescription', {
|
||||
defaultMessage: 'New Search',
|
||||
}),
|
||||
run: function () { kbnUrl.change('/discover'); },
|
||||
run: function () { $scope.$evalAsync(() => { kbnUrl.change('/discover'); }); },
|
||||
testId: 'discoverNewButton',
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue