Skip to content

Commit

Permalink
Merge pull request online-go#2662 from GreenAsJade/report_type_select…
Browse files Browse the repository at this point in the history
…or_other_support

Add "other" to the report types that `ReportTypeSelector` knows about.
  • Loading branch information
anoek authored Apr 24, 2024
2 parents 4f257bc + 9ba43bd commit c1fa56c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ReportsCenter/ReportTypeSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const REPORT_TYPE_SELECTIONS: ReportTypeSelection[] = [
{ value: "harassment", label: "Harassment" },
{ value: "sandbagging", label: "Sandbagging" },
{ value: "ai_use", label: "AI Use" },
{ value: "other", label: "Other" },
];

export interface ReportTypeSelection {
Expand Down

0 comments on commit c1fa56c

Please sign in to comment.