ywana-core8 0.0.118 → 0.0.119

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.umd.js CHANGED
@@ -4171,7 +4171,7 @@
4171
4171
  }
4172
4172
 
4173
4173
  function renderAside() {
4174
- if (selected && form || pageContext.checked.length > 0) {
4174
+ if (selected && form || pageContext.checked && pageContext.checked.length > 0) {
4175
4175
  var content = new Content(schema, form);
4176
4176
  return /*#__PURE__*/React__default["default"].createElement("aside", {
4177
4177
  className: "table-page"
@@ -4537,7 +4537,7 @@
4537
4537
  var API = TableAPI(url);
4538
4538
  return {
4539
4539
  all: [],
4540
- checked: new Set(),
4540
+ checked: new Set([]),
4541
4541
  selected: null,
4542
4542
  filters: {},
4543
4543
  load: function load(filter) {