Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update modQ country filter (#1018)
Browse files Browse the repository at this point in the history
Co-authored-by: Jarl Skajaa Gunnarsli <[email protected]>
  • Loading branch information
lennartkloock and Excellify authored Aug 10, 2024
1 parent 2038250 commit 4294708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/admin/ModQueue/Countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const GROUPS: Group[] = [
name: "English",
state: ref(false),
flag: "us",
list: ["US", "GB"],
list: ["US", "GB", "CA", "AU", "NZ"],
},
{
name: "Spanish",
Expand Down

0 comments on commit 4294708

Please sign in to comment.