@plasmicpkgs/antd5 0.0.105 → 0.0.106

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/antd.esm.js CHANGED
@@ -2732,6 +2732,7 @@ const colProp = (displayName, defaultValue, description) => ({
2732
2732
  description: "Only apply when form layout is horizontal"
2733
2733
  }
2734
2734
  },
2735
+ nameFunc: () => `Edit ${displayName}`,
2735
2736
  description,
2736
2737
  defaultValue
2737
2738
  });