@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/cjs/index.js CHANGED
@@ -25673,7 +25673,7 @@ const typeSwitch = ({ base_object, base_key, response, submitData, useLabel, dat
25673
25673
  const object = altered_obj || base_object;
25674
25674
  const setValue = (form, key, value) => {
25675
25675
  if (formType === "json") {
25676
- set(form, key, object);
25676
+ set(form, key, value);
25677
25677
  }
25678
25678
  else if (formType === "formData") {
25679
25679
  form.append(key, value);