jett.admin.npmpackage 1.0.66 → 1.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1008,7 +1008,7 @@ var Pagination = ({
|
|
|
1008
1008
|
data = [],
|
|
1009
1009
|
children,
|
|
1010
1010
|
component: Component,
|
|
1011
|
-
itemsPerPage =
|
|
1011
|
+
itemsPerPage = 6,
|
|
1012
1012
|
itemsPerPageOptions = [5, 10, 20, 50, 100],
|
|
1013
1013
|
// Controlled props (optional)
|
|
1014
1014
|
currentPage: controlledCurrentPage,
|
package/dist/index.mjs
CHANGED