diff --git a/static/app/views/settings/organizationDataForwarding/util/forms.tsx b/static/app/views/settings/organizationDataForwarding/util/forms.tsx index 3a1eaf60e12c1a..078a11fe882499 100644 --- a/static/app/views/settings/organizationDataForwarding/util/forms.tsx +++ b/static/app/views/settings/organizationDataForwarding/util/forms.tsx @@ -91,7 +91,7 @@ function getProjectConfigurationForm({projects}: {projects: Project[]}): JsonFor label: 'Forwarding projects', type: 'select', multiple: true, - required: true, + required: false, defaultValue: [], help: 'Select the projects which should forward their data.', options: projectOptions,