@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
|
@@ -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(
|