@acvl/frontend-components 0.0.18 → 0.0.19

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/dist/esm/index.js CHANGED
@@ -25653,7 +25653,7 @@ const typeSwitch = ({ base_object, base_key, response, submitData, useLabel, dat
25653
25653
  const object = altered_obj || base_object;
25654
25654
  const setValue = (form, key, value) => {
25655
25655
  if (formType === "json") {
25656
- set(form, key, object);
25656
+ set(form, key, value);
25657
25657
  }
25658
25658
  else if (formType === "formData") {
25659
25659
  form.append(key, value);