mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 16:38:24 -06: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<
|
||||
SearchResult[]
|
||||
>(getKey, {
|
||||
revalidateFirstPage: false,
|
||||
revalidateFirstPage: true,
|
||||
revalidateOnFocus: true,
|
||||
revalidateAll: false,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user