Skip to content

Commit

Permalink
add 'report:sexual' to set of queue filters (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold authored Feb 25, 2025
1 parent 73f0fc8 commit fdec6c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/reports/QueueFilter/Tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const availableTagOptions = {
{ text: 'Other', value: 'report:other' },
{ text: 'Violation', value: 'report:violation' },
{ text: 'Misleading', value: 'report:misleading' },
{ text: 'Sexual', value: 'report:sexual' },
],
},
embed: {
Expand Down

0 comments on commit fdec6c4

Please sign in to comment.