ywana-core8 0.0.235 → 0.0.236
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/TablePage.js +1 -1
package/dist/index.modern.js
CHANGED
@@ -4832,7 +4832,7 @@ var TableEditor = function TableEditor(props) {
|
|
4832
4832
|
var option = options.find(function (option) {
|
4833
4833
|
return option.value === groupName;
|
4834
4834
|
});
|
4835
|
-
console.log(
|
4835
|
+
console.log(groupName, options, option);
|
4836
4836
|
return option.label ? option.label : groupName + "LABEL NOT FOUND ";
|
4837
4837
|
} else {
|
4838
4838
|
return groupName;
|