Skip to content

Commit bf7282a

Browse files
liuirene256Irene Liu
andauthored
chore(integrations): make project_ids not required (#103747)
Co-authored-by: Irene Liu <[email protected]>
1 parent 59b5699 commit bf7282a

File tree

1 file changed

+1
-1
lines changed
  • static/app/views/settings/organizationDataForwarding/util

1 file changed

+1
-1
lines changed

static/app/views/settings/organizationDataForwarding/util/forms.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function getProjectConfigurationForm({projects}: {projects: Project[]}): JsonFor
9191
label: 'Forwarding projects',
9292
type: 'select',
9393
multiple: true,
94-
required: true,
94+
required: false,
9595
defaultValue: [],
9696
help: 'Select the projects which should forward their data.',
9797
options: projectOptions,

0 commit comments

Comments
 (0)