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.umd.js CHANGED
@@ -4836,7 +4836,7 @@
4836
4836
  var option = options.find(function (option) {
4837
4837
  return option.value === groupName;
4838
4838
  });
4839
- console.log(grouperName, options, option);
4839
+ console.log(groupName, options, option);
4840
4840
  return option.label ? option.label : groupName + "LABEL NOT FOUND ";
4841
4841
  } else {
4842
4842
  return groupName;