Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions frontend/public/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down