Skip to content

Commit 9dfbc5a

Browse files
♻️ disable button if no secret
1 parent dcfd3ab commit 9dfbc5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/components/events/featureFlags/onboardingIntegrationSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export default function OnboardingIntegrationSection({
7575
// postSecret(secret);
7676
setTokenSaved(true);
7777
}}
78+
disabled={secret === ''}
7879
>
7980
{t('Save')}
8081
</Button>

0 commit comments

Comments
 (0)