diff --git a/frontend/public/components/app.tsx b/frontend/public/components/app.tsx index 292bf54ea3e..5f4acbfbe93 100644 --- a/frontend/public/components/app.tsx +++ b/frontend/public/components/app.tsx @@ -71,6 +71,9 @@ import { usePackageManifestCheck } from '@console/shared/src/hooks/usePackageMan import { useCSPViolationDetector } from '@console/app/src/hooks/useCSPViolationDetector'; import { useNotificationPoller } from '@console/app/src/hooks/useNotificationPoller'; +// TODO: remove when upgrading to @xterm/xterm 7.0.0 - github.com/openshift/console/issues/16486 +delete process.title; + initI18n(); // Disable linkify 'fuzzy links' across the app.