datastake-daf 0.6.516 → 0.6.517
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/components/index.js
CHANGED
|
@@ -37646,8 +37646,8 @@ const inputTypeComponent = {
|
|
|
37646
37646
|
value: formsValue[name],
|
|
37647
37647
|
onChange: val => {
|
|
37648
37648
|
setFormValues({
|
|
37649
|
-
...formsValue
|
|
37650
|
-
[name]: val
|
|
37649
|
+
...formsValue
|
|
37650
|
+
// [name]: val,
|
|
37651
37651
|
});
|
|
37652
37652
|
},
|
|
37653
37653
|
searchValue: search
|
package/package.json
CHANGED