@integry/sdk 4.6.68 → 4.6.69

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.68",
3
+ "version": "4.6.69",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -85,6 +85,7 @@ const DynamicFields = (props: DynamicFieldsProps) => {
85
85
  .then((res) => {
86
86
  if (res) {
87
87
  if (res) {
88
+ setIsErrorOnLoadingCustomFields(false);
88
89
  if (Array.isArray(res)) {
89
90
  setDynamicItems(res);
90
91
  } else {
@@ -114,6 +115,7 @@ const DynamicFields = (props: DynamicFieldsProps) => {
114
115
  )
115
116
  .then((res) => {
116
117
  if (res) {
118
+ setIsErrorOnLoadingCustomFields(false);
117
119
  if (Array.isArray(res)) {
118
120
  setDynamicItems(res);
119
121
  } else {