fix(ui) - integratuons page title

This commit is contained in:
Shekar Siri 2022-08-23 17:34:38 +02:00
parent 9614d12247
commit c6158dbe29

View file

@ -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 = [
{