Plugin Title Issue: Stuck on 'LogExporter' during switch over to 'Overview' page

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 2.12.0

Describe the issue:
We have developed an OpenSearch-Dashboards plugin for internal use. The challenge we’re encountering with the plugin is that when transitioning from the Plugin interface to the “Overview” section, the title fails to update accordingly.

Relevant Logs or Screenshots:

Upon changing pages from “LogExporter” to the Overview page, the title remains unchanged at “LogExporter”.

It seems like the way we’re changing the title might be causing this issue:

I want to know if this is the right way to change the title or if there’s a better way to do it.

@ashwinpc : Please let me know if any pointers! :slight_smile:

@shubtiwa Looks like you are using the wrong API to set breadcrumbs. the chrome service from core provides a chrome.setBreadcrumbs function that can be used by a plugin to set its breadcrumbs. This is the recommended way to set breadcrumbs. e.g OpenSearch-Dashboards/src/plugins/discover/public/application/components/doc_views/single_doc_app.tsx at 2.13 · opensearch-project/OpenSearch-Dashboards · GitHub