@integry/sdk 4.6.82 → 4.6.83

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.82",
3
+ "version": "4.6.83",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -1430,7 +1430,8 @@ class ActionForm extends Component<ActionFormPropsType, ActionFormStateType> {
1430
1430
  let elParentFields = [];
1431
1431
  if (
1432
1432
  el.activity_field?.parent_fields &&
1433
- el.activity_field?.parent_fields !== ''
1433
+ el.activity_field?.parent_fields !== '' &&
1434
+ el.activity_field?.parent_fields !== 'null'
1434
1435
  ) {
1435
1436
  try {
1436
1437
  elParentFields = JSON.parse(