ywana-core8 0.0.425 → 0.0.426

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.cjs CHANGED
@@ -4239,7 +4239,7 @@ var ListEditor = function ListEditor(_ref8) {
4239
4239
  }, /*#__PURE__*/React__default["default"].createElement(TokenField, {
4240
4240
  id: field.id,
4241
4241
  label: label,
4242
- init: value,
4242
+ tokens: value,
4243
4243
  onChange: change
4244
4244
  }));
4245
4245
  };