mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
reenable revalidation of first page (#14493)
This commit is contained in:
parent
46f5234bd9
commit
b69816c2f9
@ -177,7 +177,7 @@ export default function Explore() {
|
|||||||
const { data, size, setSize, isValidating, mutate } = useSWRInfinite<
|
const { data, size, setSize, isValidating, mutate } = useSWRInfinite<
|
||||||
SearchResult[]
|
SearchResult[]
|
||||||
>(getKey, {
|
>(getKey, {
|
||||||
revalidateFirstPage: false,
|
revalidateFirstPage: true,
|
||||||
revalidateOnFocus: true,
|
revalidateOnFocus: true,
|
||||||
revalidateAll: false,
|
revalidateAll: false,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user