|
@@ -4,6 +4,7 @@ import AsyncComponent from 'sentry/components/asyncComponent';
|
|
|
import Form from 'sentry/components/forms/form';
|
|
|
import JsonForm from 'sentry/components/forms/jsonForm';
|
|
|
import {Field} from 'sentry/components/forms/types';
|
|
|
+import SentryDocumentTitle from 'sentry/components/sentryDocumentTitle';
|
|
|
import {t} from 'sentry/locale';
|
|
|
import {Organization, OrganizationSummary} from 'sentry/types';
|
|
|
import {OrganizationIntegration} from 'sentry/types/integrations';
|
|
@@ -326,6 +327,7 @@ class NotificationSettingsByType extends AsyncComponent<Props, State> {
|
|
|
const {title, description} = ACCOUNT_NOTIFICATION_FIELDS[notificationType];
|
|
|
return (
|
|
|
<Fragment>
|
|
|
+ <SentryDocumentTitle title={title} />
|
|
|
<SettingsPageHeader title={title} />
|
|
|
{description && <TextBlock>{description}</TextBlock>}
|
|
|
{hasSlack && unlinkedOrgs.length > 0 && (
|