awing-library 2.1.2-dev.69 → 2.1.2-dev.70
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 +0 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -178119,7 +178119,6 @@ function TableEditable(props) {
|
|
|
178119
178119
|
}
|
|
178120
178120
|
}, [items]);
|
|
178121
178121
|
const handleChange = (indexes, fieldName, newValue, valid) => {
|
|
178122
|
-
console.log('sss', indexes, fieldName, newValue, valid);
|
|
178123
178122
|
let newData = _$3.cloneDeep(items);
|
|
178124
178123
|
let newValidation = _$3.cloneDeep(dataValidation);
|
|
178125
178124
|
indexes.map(indexOfArray => {
|