Skip to content

Commit

Permalink
fix: do not filter section: Mod
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock committed Feb 15, 2024
1 parent c2c20fb commit df9e8be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified resources/dist.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/celemod-ui/src/routes/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const Search = () => {
categoryId: categoryIdMap[type],
search,
sort,
section: 'Mod',
// section: 'Mod',
size: 25,
includeExclusiveSubmissions: currentMirror() === 'wegfan'
});
Expand Down

0 comments on commit df9e8be

Please sign in to comment.