mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
anix/feat: add discovery filter page
This commit is contained in:
parent
0f1c61b765
commit
09ddb71e15
4 changed files with 170 additions and 3 deletions
|
@ -243,7 +243,7 @@ export function SearchPage() {
|
|||
return [url, JSON.stringify({ query, searchBy })];
|
||||
};
|
||||
|
||||
const { data, error, isLoading, size, setSize, mutate } = useSWRInfinite(
|
||||
const { data, error, isLoading, size, setSize } = useSWRInfinite(
|
||||
getKey,
|
||||
([url, payload]) => postFetcher(url, payload),
|
||||
{ initialSize: 2 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue