🔧 Fixed table pagination controls and counts

This commit is contained in:
2021-08-16 22:11:44 -07:00
parent d92b2246cb
commit afdff65b6b
5 changed files with 141 additions and 99 deletions

View File

@@ -59,7 +59,7 @@ export const Search = ({}: ISearchProps): ReactElement => {
onSubmit={() =>
getDCPPSearchResults({
query: {
pattern: "secret wars",
pattern: "wolverine",
// file_type: "compressed",
extensions: ["cbz", "cbr"],
},