From c6158dbe2901e8d7522bac24741fb477566203bb Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 23 Aug 2022 17:34:38 +0200 Subject: [PATCH] fix(ui) - integratuons page title --- frontend/app/components/Client/Integrations/Integrations.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/app/components/Client/Integrations/Integrations.tsx b/frontend/app/components/Client/Integrations/Integrations.tsx index 33d0520d4..9890fee6f 100644 --- a/frontend/app/components/Client/Integrations/Integrations.tsx +++ b/frontend/app/components/Client/Integrations/Integrations.tsx @@ -28,6 +28,7 @@ import AxiosDoc from './AxiosDoc'; import AssistDoc from './AssistDoc'; import { PageTitle, Loader } from 'UI'; import AnimatedSVG, { ICONS } from 'Shared/AnimatedSVG/AnimatedSVG'; +import withPageTitle from 'HOCs/withPageTitle'; interface Props { fetch: (name: string, siteId: string) => void; @@ -119,7 +120,7 @@ export default connect( siteId: state.getIn(['integrations', 'siteId']), }), { fetch, init, fetchIntegrationList, setSiteId } -)(Integrations); +)(withPageTitle('Integrations - OpenReplay Preferences')(Integrations)); const integrations = [ {