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 b5f304b commit 12bc72dCopy full SHA for 12bc72d
1 file changed
static/gsApp/views/seerAutomation/components/projectDetails/backgroundAgentPicker.tsx
@@ -121,7 +121,8 @@ export default function BackgroundAgentPicker({
121
122
return (
123
<SelectField
124
- disabled={!canWrite}
+ disabled={isDisabled}
125
+ disabledReason={disabledReason ?? undefined}
126
name="integrationId"
127
label={t('Coding Agent Integration')}
128
allowEmpty
0 commit comments