@integry/sdk 4.6.66 → 4.6.67

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integry/sdk",
3
- "version": "4.6.66",
3
+ "version": "4.6.67",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -154,7 +154,7 @@ const DynamicFields = (props: DynamicFieldsProps) => {
154
154
  });
155
155
  });
156
156
 
157
- if (onChangeCallback && objectValue) {
157
+ if (onChangeCallback && objectValue !== null) {
158
158
  const data = {
159
159
  ...customFieldsData,
160
160
  [machineName]: val,