Fix selecting domains to forward reports to not passing the information correctly (#26636)

This commit is contained in:
Claire 2023-08-24 14:06:27 +02:00 committed by GitHub
parent 2dbbeedc94
commit b2ac93dd73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class ReportModal extends ImmutablePureComponent {
dispatch(submitReport({
account_id: accountId,
status_ids: selectedStatusIds.toArray(),
selected_domains: selectedDomains.toArray(),
forward_to_domains: selectedDomains.toArray(),
comment,
forward: selectedDomains.size > 0,
category,