mirror of
https://gitea.tendokyu.moe/sk1982/actaeon.git
synced 2026-08-23 04:13:59 -05:00
fix: page size change not updating query params in filter
This commit is contained in:
@@ -251,7 +251,7 @@ const FilterSorterComponent = <D, M extends string, N extends string, S extends
|
||||
prevNonce.current = 1;
|
||||
onChange.cancel();
|
||||
}
|
||||
}, [data, filterers, filterState, currentPage, ascending, searcher, sorters, sorter]);
|
||||
}, [data, filterers, filterState, currentPage, ascending, searcher, sorters, sorter, pageSize]);
|
||||
|
||||
const initialQuery = useRef(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user