fix: benchmark enviroment table
This commit is contained in:
@@ -283,7 +283,7 @@ export default function useTableFetch<T>(
|
||||
}
|
||||
) => {
|
||||
loadendRef.current = false;
|
||||
const newQueryParams = { ...queryParams, ...params, page: 1 };
|
||||
const newQueryParams = { ...queryParams, ...params };
|
||||
setQueryParams(newQueryParams);
|
||||
await fetchData({ query: newQueryParams });
|
||||
if (watch && !options?.paginate) {
|
||||
|
||||
Reference in New Issue
Block a user