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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.235",
3
+ "version": "0.0.236",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -315,7 +315,7 @@ const TableEditor = (props) => {
315
315
  if (grouper.options) {
316
316
  const options = CHECK['isFunction'](grouper.options) ? grouper.options() : grouper.options
317
317
  const option = options.find(option => option.value === groupName)
318
- console.log(grouperName, options, option )
318
+ console.log(groupName, options, option )
319
319
  return option.label ? option.label : groupName+"LABEL NOT FOUND "
320
320
  } else {
321
321
  return groupName