mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(filters): refetch on update (#200)
This commit is contained in:
parent
ae016c0a9a
commit
3493a39537
3 changed files with 13 additions and 12 deletions
|
@ -87,7 +87,7 @@ export const ReleaseTable = () => {
|
|||
() => APIClient.release.findQuery(queryPageIndex * queryPageSize, queryPageSize, queryFilters),
|
||||
{
|
||||
keepPreviousData: true,
|
||||
staleTime: Infinity,
|
||||
staleTime: 5000,
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue