diff --git a/client/app/components/Table/AdminTable.jsx b/client/app/components/Table/AdminTable.jsx index a49b8bc9..5b1530c9 100644 --- a/client/app/components/Table/AdminTable.jsx +++ b/client/app/components/Table/AdminTable.jsx @@ -143,8 +143,7 @@ function CustomTable({ ...props }) { CustomTable.defaultProps = { tableHeaderColor: 'gray', - handlePagination: () => - console.log('todo: make handlePagination function!!!'), + handlePagination: () => {}, }; CustomTable.propTypes = { diff --git a/client/app/components/Table/NewTable.jsx b/client/app/components/Table/NewTable.jsx index cfc65a92..44c378e4 100644 --- a/client/app/components/Table/NewTable.jsx +++ b/client/app/components/Table/NewTable.jsx @@ -422,8 +422,7 @@ function CustomTable({ CustomTable.defaultProps = { tableHeaderColor: 'gray', - handlePagination: () => - console.log('todo: make handlePagination function!!!'), + handlePagination: () => {}, }; export default CustomTable; diff --git a/client/app/components/Table/Table.jsx b/client/app/components/Table/Table.jsx index 9dc861fc..2e55ac3b 100644 --- a/client/app/components/Table/Table.jsx +++ b/client/app/components/Table/Table.jsx @@ -143,8 +143,7 @@ function CustomTable({ ...props }) { CustomTable.defaultProps = { tableHeaderColor: 'gray', - handlePagination: () => - console.log('todo: make handlePagination function!!!'), + handlePagination: () => {}, }; CustomTable.propTypes = {