@gisce/react-ooui 1.1.19 → 1.1.20
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/react-ooui.es.js
CHANGED
|
@@ -18592,7 +18592,7 @@ function Tree(e) {
|
|
|
18592
18592
|
span: 12,
|
|
18593
18593
|
children: /* @__PURE__ */ jsx(Pagination, {
|
|
18594
18594
|
total: r,
|
|
18595
|
-
pageSize: w.current,
|
|
18595
|
+
pageSize: w.current === 0 ? r : w.current,
|
|
18596
18596
|
current: t,
|
|
18597
18597
|
showSizeChanger: !1,
|
|
18598
18598
|
onChange: s
|