Saved Objects management app doesn't set its doc title #72671
Labels
enhancement
New value added to drive a business result
Feature:Saved Objects
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Extracted from #69286. When the Saved Objects app mounts, it needs to call
chrome.docTitle.change(PLUGIN_NAME);
. When it unmounts, it needs to callchrome.docTitle.reset();
. See #71045 for examples.The text was updated successfully, but these errors were encountered: