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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.516",
3
+ "version": "0.6.517",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -472,7 +472,7 @@ export const inputTypeComponent = {
472
472
  onChange={(val) => {
473
473
  setFormValues({
474
474
  ...formsValue,
475
- [name]: val,
475
+ // [name]: val,
476
476
  });
477
477
  }}
478
478
  searchValue={search}