From 7b9e465cd36c124cfdd7b6a7b6c7489bce5c0af2 Mon Sep 17 00:00:00 2001 From: david ornelas Date: Wed, 19 Mar 2025 12:14:43 -0700 Subject: [PATCH] fix(unity-react-core): revert uds-1856 --- .../unity-react-core/src/components/Pagination/Pagination.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/unity-react-core/src/components/Pagination/Pagination.jsx b/packages/unity-react-core/src/components/Pagination/Pagination.jsx index ee2e3f3184..57d7851363 100644 --- a/packages/unity-react-core/src/components/Pagination/Pagination.jsx +++ b/packages/unity-react-core/src/components/Pagination/Pagination.jsx @@ -183,7 +183,7 @@ Pagination.propTypes = { */ totalPages: PropTypes.number, /** - * Callback fired when the page is changed. + * Callback fired when the page is changed */ onChange: PropTypes.func.isRequired, };