mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
better handling of grid refresh
This commit is contained in:
@@ -123,7 +123,6 @@ export const useListFilterRefresh = ({
|
||||
|
||||
gridRef.current?.scrollTo(0);
|
||||
gridRef.current?.resetLoadMoreItemsCache();
|
||||
gridRef.current?.setItemData([]);
|
||||
|
||||
const query = { ...filter, limit: 200, startIndex: 0 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user