~cytrogen/masto-fe

66e82cb8e1a765559dedfe4ef1dc9398864fe325 — Claire 2 years ago 941a9df
[Glitch] Fix selecting domains to forward reports to not passing the information correctly

Port b2ac93dd7379933dac63e60ea4260283a2f856f5 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
1 files changed, 1 insertions(+), 1 deletions(-)

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