@evoke-platform/ui-components 1.5.0-testing.3 → 1.5.0-testing.5

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.
@@ -293,6 +293,7 @@ const RepeatableField = (props) => {
293
293
  `An error occurred while ${actionType === 'delete' ? ' deleting' : ' updating'} an instance`,
294
294
  isError: true,
295
295
  });
296
+ setSubmitting && setSubmitting(false);
296
297
  }
297
298
  }
298
299
  return { isSuccessful, error };
@@ -59,7 +59,7 @@ export class RepeatableFieldComponent extends ReactComponent {
59
59
  }
60
60
  }
61
61
  this.updatedCriteria = updateCriteriaInputs(this.criteria ?? {}, data, this.component.user);
62
- this.attachReact(this.element);
62
+ this.attach(this.element);
63
63
  });
64
64
  }
65
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/ui-components",
3
- "version": "1.5.0-testing.3",
3
+ "version": "1.5.0-testing.5",
4
4
  "description": "",
5
5
  "main": "dist/published/index.js",
6
6
  "module": "dist/published/index.js",