Bug #37802
openremove unused attributes in pagination
Description
Causing these errors
Warning: React does not recognize the `viewType` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `viewtype` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
in div (created by Pagination)
in Pagination (created by Pagination)
in Pagination (created by AvailableRolesList)
printWarning @ react-dom.development.js:88Understand this error
react-dom.development.js:88 Warning: React does not recognize the `dropdownButtonId` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `dropdownbuttonid` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
in div (created by Pagination)
in Pagination (created by Pagination)
in Pagination (created by AvailableRolesList)