~cytrogen/masto-fe

b2ac93dd7379933dac63e60ea4260283a2f856f5 — Claire 2 years ago 2dbbeed
Fix selecting domains to forward reports to not passing the information correctly (#26636)

1 files changed, 1 insertions(+), 1 deletions(-)

M app/javascript/mastodon/features/ui/components/report_modal.jsx
M app/javascript/mastodon/features/ui/components/report_modal.jsx => app/javascript/mastodon/features/ui/components/report_modal.jsx +1 -1
@@ 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,