@acvl/frontend-components 0.0.18 → 0.0.20
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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
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,
|
|
25676
|
+
set(form, key, value);
|
|
25677
25677
|
}
|
|
25678
25678
|
else if (formType === "formData") {
|
|
25679
25679
|
form.append(key, value);
|