@bento-core/facet-filter 1.0.1-ctdc.0 → 1.0.1-ctdc.1

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.
@@ -44,7 +44,7 @@ const CheckBoxView = _ref => {
44
44
  const name = checkboxItem[field] || 'N/A';
45
45
  const handleToggle = () => {
46
46
  const toggleCheckBoxItem = {
47
- name: name,
47
+ name: checkboxItem[field],
48
48
  datafield: datafield,
49
49
  isChecked: !isChecked
50
50
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bento-core/facet-filter",
3
- "version": "1.0.1-ctdc.0",
3
+ "version": "1.0.1-ctdc.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -50,7 +50,7 @@ const CheckBoxView = ({
50
50
 
51
51
  const handleToggle = () => {
52
52
  const toggleCheckBoxItem = {
53
- name: name,
53
+ name: checkboxItem[field],
54
54
  datafield: datafield,
55
55
  isChecked: !isChecked,
56
56
  };