Skip to content

Commit

Permalink
Fix invalid setting of docTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Apr 15, 2020
1 parent 53bed41 commit abc6733
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const {
core,
chrome,
data,
docTitle,
history,
indexPatterns,
filterManager,
Expand Down Expand Up @@ -761,7 +760,7 @@ function discoverController(
} else {
// Update defaults so that "reload saved query" functions correctly
setAppState(getStateDefaults());
docTitle.change(savedSearch.lastSavedTitle);
chrome.docTitle.change(savedSearch.lastSavedTitle);
}
}
});
Expand Down

0 comments on commit abc6733

Please sign in to comment.