Skip to content

Commit c31f866

Browse files
authored
Merge pull request #1497 from ASU/revert-uds-1856
fix(unity-react-core): revert uds-1856
2 parents 01864e9 + 7b9e465 commit c31f866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/unity-react-core/src/components/Pagination/Pagination.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Pagination.propTypes = {
183183
*/
184184
totalPages: PropTypes.number,
185185
/**
186-
* Callback fired when the page is changed.
186+
* Callback fired when the page is changed
187187
*/
188188
onChange: PropTypes.func.isRequired,
189189
};

0 commit comments

Comments
 (0)