mirror of
https://gitea.tendokyu.moe/sk1982/actaeon.git
synced 2026-03-21 17:54:19 -05:00
fix: page size change not updating query params in filter
This commit is contained in:
parent
cabdc60e27
commit
9418fd6140
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user