Skip to content

Commit

Permalink
Merge branch 'master' into breadcrumb-prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Jan 21, 2020
2 parents ffe2ac1 + aaba9c8 commit 931d55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Pagination/Pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export default class Pagination extends Component {
<div className={`${prefix}--pagination__right`}>
{pageInputDisabled ? null : (
<Select
id={`${prefix}-pagination-select-${inputId + 2}`}
id={`${prefix}-pagination-select-${inputId}-right`}
className={`${prefix}--select__page-number`}
labelText={`Page number, of ${totalPages} pages`}
inline
Expand Down

0 comments on commit 931d55e

Please sign in to comment.