Skip to content

Commit

Permalink
added loading flag in return (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
carellamartina authored Mar 19, 2024
1 parent e8262f0 commit 2b9576b
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, tableStateReducer];
return [data, tableNode, refetch, tableStateReducer, loading];
}

export default useDataTable;

0 comments on commit 2b9576b

Please sign in to comment.