@plasmicpkgs/antd5 0.0.68 → 0.0.70

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.js CHANGED
@@ -2577,7 +2577,10 @@ function registerForm(loader) {
2577
2577
  alignItems: "flex-start"
2578
2578
  },
2579
2579
  props: {
2580
- mode: "controlMode",
2580
+ mode: {
2581
+ type: "controlMode",
2582
+ defaultValue: true
2583
+ },
2581
2584
  formItems: {
2582
2585
  type: "array",
2583
2586
  itemType: {