Skip to content

Commit

Permalink
Fix selecting domains to forward reports to not passing the informati…
Browse files Browse the repository at this point in the history
…on correctly (mastodon#26636)
  • Loading branch information
ClearlyClaire authored and vmstan committed Jan 5, 2024
1 parent c27c87e commit afb11e2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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,
Expand Down

0 comments on commit afb11e2

Please sign in to comment.