Skip to content

Commit 641f2cc

Browse files
unset doc title (#79692)
Co-authored-by: Kibana Machine <[email protected]>
1 parent 08fdcfc commit 641f2cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/index_pattern_management/public/management_app/mount_management_section.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export async function mountManagementSection(
102102
);
103103

104104
return () => {
105+
chrome.docTitle.reset();
105106
ReactDOM.unmountComponentAtNode(params.element);
106107
};
107108
}

0 commit comments

Comments
 (0)