File tree 2 files changed +6
-9
lines changed
components/replays/alerts
2 files changed +6
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import {LinkButton} from 'sentry/components/core/button';
3
3
import Form from 'sentry/components/forms/form' ;
4
4
import JsonForm from 'sentry/components/forms/jsonForm' ;
5
5
import type { JsonFormObject } from 'sentry/components/forms/types' ;
6
+ import HookOrDefault from 'sentry/components/hookOrDefault' ;
6
7
import Link from 'sentry/components/links/link' ;
7
- import ReplaySettingsAlert from 'sentry/components/replays/alerts/replaySettingsAlert' ;
8
8
import SentryDocumentTitle from 'sentry/components/sentryDocumentTitle' ;
9
9
import { t , tct } from 'sentry/locale' ;
10
10
import ProjectsStore from 'sentry/stores/projectsStore' ;
@@ -14,6 +14,11 @@ import type {Project} from 'sentry/types/project';
14
14
import SettingsPageHeader from 'sentry/views/settings/components/settingsPageHeader' ;
15
15
import { ProjectPermissionAlert } from 'sentry/views/settings/project/projectPermissionAlert' ;
16
16
17
+ const ReplaySettingsAlert = HookOrDefault ( {
18
+ hookName : 'component:replay-settings-alert' ,
19
+ defaultComponent : null ,
20
+ } ) ;
21
+
17
22
type RouteParams = {
18
23
projectId : string ;
19
24
} ;
You can’t perform that action at this time.
0 commit comments