ywana-core8 0.0.599 → 0.0.600

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.
@@ -5619,7 +5619,8 @@ var CollectionPage = function CollectionPage(props) {
5619
5619
  label: "" + name,
5620
5620
  type: schema,
5621
5621
  onOK: onOK,
5622
- validator: addValidator
5622
+ validator: addValidator,
5623
+ className: className
5623
5624
  }));
5624
5625
  }
5625
5626