ywana-core8 0.0.234 → 0.0.235

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 CHANGED
@@ -4839,7 +4839,8 @@ var TableEditor = function TableEditor(props) {
4839
4839
  var option = options.find(function (option) {
4840
4840
  return option.value === groupName;
4841
4841
  });
4842
- return option.label;
4842
+ console.log(grouperName, options, option);
4843
+ return option.label ? option.label : groupName + "LABEL NOT FOUND ";
4843
4844
  } else {
4844
4845
  return groupName;
4845
4846
  }