Skip to content

Commit 543ed69

Browse files
remove modal for now
1 parent 14cebed commit 543ed69

File tree

1 file changed

+2
-8
lines changed
  • static/app/gettingStartedDocs/console

1 file changed

+2
-8
lines changed

static/app/gettingStartedDocs/console/xbox.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import {openPrivateGamingSdkAccessModal} from 'sentry/actionCreators/modal';
21
import {Button} from 'sentry/components/core/button';
32
import {ExternalLink} from 'sentry/components/core/link';
43
import {
@@ -10,7 +9,7 @@ import {IconLock} from 'sentry/icons/iconLock';
109
import {t, tct} from 'sentry/locale';
1110

1211
const 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')}

0 commit comments

Comments
 (0)