@integry/sdk 4.6.6 → 4.6.7

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.6",
3
+ "version": "4.6.7",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -1331,7 +1331,7 @@ class ActionForm extends Component<ActionFormPropsType, ActionFormStateType> {
1331
1331
  let fieldType = el.activity_field?.type || el.type;
1332
1332
  const uiField = el.ui_field;
1333
1333
  const uiFieldSourceURL =
1334
- uiField?.data_source.url || '';
1334
+ uiField?.data_source?.url || '';
1335
1335
  if (el.data_type === 'OBJECT') {
1336
1336
  fieldType = 'OBJECT';
1337
1337
  } else if (el.data_type === 'OBJECT[]') {