[Glitch] Fix report reason selector in moderation interface not unselecting rules when changing category

Port 9ce914cc89 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2647/head
Claire 2024-02-06 10:35:36 +01:00
parent 3894674200
commit 3c36e1be68
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class ReportReasonSelector extends PureComponent {
api().put(`/api/v1/admin/reports/${id}`, {
category,
rule_ids,
rule_ids: category === 'violation' ? rule_ids : [],
}).catch(err => {
console.error(err);
});