We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5830719 commit 77bfc3eCopy full SHA for 77bfc3e
static/app/views/settings/projectPerformance/projectPerformance.tsx
@@ -909,8 +909,8 @@ function ProjectPerformance() {
909
help: t(
910
'Controls whether or not Sentry should detect this type of issue.'
911
),
912
- disabled: !project.access.includes('project:admin'),
913
- disabledReason: t('This action requires project admin access.'),
+ disabled: !hasAccess,
+ disabledReason: t('You do not have permission to manage detectors.'),
914
},
915
...fieldGroup.fields,
916
],
0 commit comments