Skip to content

Commit b80df8c

Browse files
remove modal for now
1 parent 519b2be commit b80df8c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

static/app/gettingStartedDocs/console/playstation.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ const onboarding: OnboardingConfig = {
4242
),
4343
showIcon: true,
4444
trailingItems: (
45-
<Button size="sm" priority="primary">
45+
<Button
46+
size="sm"
47+
priority="primary"
48+
onClick={() => {
49+
// TODO: Add modal
50+
}}
51+
>
4652
{t('Request Access')}
4753
</Button>
4854
),

0 commit comments

Comments
 (0)