File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
static/app/views/settings
organizationDataForwarding Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,6 @@ export function getUserOrgNavigationConfiguration(): NavigationSection[] {
132132 title : t ( 'Data Forwarding' ) ,
133133 description : t ( 'Manage data forwarding across your organization' ) ,
134134 id : 'data-forwarding' ,
135- badge : ( ) => < FeatureBadge type = "new" /> ,
136135 recordAnalytics : true ,
137136 } ,
138137 {
Original file line number Diff line number Diff line change 11import { Fragment } from 'react' ;
22
3- import { FeatureBadge } from '@sentry/scraps/badge' ;
43import { LinkButton } from '@sentry/scraps/button' ;
54import { Flex , Stack } from '@sentry/scraps/layout' ;
65import { ExternalLink } from '@sentry/scraps/link' ;
@@ -103,7 +102,6 @@ export default function OrganizationDataForwarding() {
103102 < Flex direction = "column" gap = "sm" >
104103 < Flex align = "center" gap = "lg" >
105104 < Heading as = "h1" > { t ( 'Data Forwarding' ) } </ Heading >
106- < FeatureBadge type = "new" />
107105 </ Flex >
108106 < Text variant = "muted" >
109107 { tct (
You can’t perform that action at this time.
0 commit comments