Skip to content

Commit

Permalink
Merge pull request #53 from certego/develop
Browse files Browse the repository at this point in the history
0.1.5
  • Loading branch information
drosetti committed May 12, 2023
2 parents 9e66e2d + f1730e1 commit 0e28a5c
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 0e28a5c

Please sign in to comment.