@gisce/react-ooui 1.2.0-rc.25 → 1.2.0-rc.26
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
|
@@ -19928,7 +19928,7 @@ function Tree(e) {
|
|
|
19928
19928
|
span: 12,
|
|
19929
19929
|
children: /* @__PURE__ */ jsx(Pagination, {
|
|
19930
19930
|
total: a,
|
|
19931
|
-
pageSize: E.current,
|
|
19931
|
+
pageSize: E.current === 0 ? a : E.current,
|
|
19932
19932
|
current: r,
|
|
19933
19933
|
showSizeChanger: !1,
|
|
19934
19934
|
onChange: c
|