@integry/sdk 4.6.78 → 4.6.80

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.78",
3
+ "version": "4.6.80",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -357,6 +357,7 @@ const ListBox = (props: ListBoxProps) => {
357
357
  setLoading(false);
358
358
  } else {
359
359
  setQuery('');
360
+ setSearchValue('');
360
361
  setLoading(false);
361
362
  }
362
363
  } else {
@@ -1734,8 +1734,8 @@ class ActionForm extends Component<ActionFormPropsType, ActionFormStateType> {
1734
1734
  allowTagsInText=${el.allow_tags_in_text}
1735
1735
  labelTags=${getFieldLabelTags(el, false)}
1736
1736
  fieldId=${
1737
- el.activity_field?.id ||
1738
1737
  el.activity_field?.machine_name ||
1738
+ el.activity_field?.id ||
1739
1739
  el.id
1740
1740
  }
1741
1741
  refreshRootStepData=${
@@ -2302,9 +2302,9 @@ class ActionForm extends Component<ActionFormPropsType, ActionFormStateType> {
2302
2302
  isEditable=${el.is_editable}
2303
2303
  allowTagsInText=${el.allow_tags_in_text}
2304
2304
  fieldId=${
2305
+ el?.activity_field?.machine_name ||
2305
2306
  el.activity_field?.id ||
2306
- el.id ||
2307
- el?.activity_field?.machine_name
2307
+ el.id
2308
2308
  }
2309
2309
  refreshRootStepData=${
2310
2310
  this.refreshRootStepData