Skip to content

Commit

Permalink
adjusted useDataTable (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina Carella authored May 12, 2023
1 parent 8285dd9 commit f1730e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/useDataTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function useDataTable(
]
);

return [data, tableNode, refetch];
return [data, tableNode, refetch, tableStateReducer];
}

export default useDataTable;

0 comments on commit f1730e1

Please sign in to comment.