File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
static/app/gettingStartedDocs/console Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1- import { openPrivateGamingSdkAccessModal } from 'sentry/actionCreators/modal' ;
21import { Button } from 'sentry/components/core/button' ;
32import { ExternalLink } from 'sentry/components/core/link' ;
43import {
@@ -10,7 +9,7 @@ import {IconLock} from 'sentry/icons/iconLock';
109import { t , tct } from 'sentry/locale' ;
1110
1211const onboarding : OnboardingConfig = {
13- install : params => [
12+ install : ( ) => [
1413 {
1514 type : StepType . INSTALL ,
1615 content : [
@@ -48,12 +47,7 @@ const onboarding: OnboardingConfig = {
4847 size = "sm"
4948 priority = "primary"
5049 onClick = { ( ) => {
51- openPrivateGamingSdkAccessModal ( {
52- organization : params . organization ,
53- projectSlug : params . projectSlug ,
54- sdkName : 'Xbox' ,
55- gamingPlatform : 'xbox' ,
56- } ) ;
50+ // TODO: Add modal
5751 } }
5852 >
5953 { t ( 'Request Access' ) }
You can’t perform that action at this time.
0 commit comments