diff --git a/src/components/common/Table/ViewTableInfo.js b/src/components/common/Table/ViewTableInfo.js index 46cb976..443c40b 100644 --- a/src/components/common/Table/ViewTableInfo.js +++ b/src/components/common/Table/ViewTableInfo.js @@ -27,11 +27,11 @@ const ViewTableInfo = ({children, total, total_all, handleOrderBy, handlePageSiz } } - handleOrderBy(e)}> + handleOrderBy(e.target.value)}> - handlePageSize(e)}> + handlePageSize(e.target.value)}>