Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Mar 16, 2023
1 parent 81edc07 commit d2d15f6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ const useDatasetChartRecords = (datasetId: string) => {
);

// Called by table with updated table state to fetch new data
// @ts-ignore
const onChange: OnChangeFunction = useCallback(
// @ts-ignore
(tablePagination, tableFilters, tableSorter) => {
const pageIndex = (tablePagination.current ?? 1) - 1;
const pageSize = tablePagination.pageSize ?? 0;
Expand Down

0 comments on commit d2d15f6

Please sign in to comment.