@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
|
@@ -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
|
|
1334
|
+
uiField?.data_source?.url || '';
|
|
1335
1335
|
if (el.data_type === 'OBJECT') {
|
|
1336
1336
|
fieldType = 'OBJECT';
|
|
1337
1337
|
} else if (el.data_type === 'OBJECT[]') {
|