@followupus/common 0.10.34 → 0.10.35

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.
@@ -577,7 +577,7 @@ export const isEqValInConditionValues = (itemVal, condition, checkHeader) => {
577
577
  return !!condition.value?.some(c => {
578
578
  const itemDropdown = checkHeader?.dropdowns?.find(d => d.key === itemVal);
579
579
  if (itemDropdown) {
580
- return itemDropdown.value === c || itemDropdown.eqVal === c;
580
+ return itemDropdown.key === c || itemDropdown.eqVal === c;
581
581
  }
582
582
  return false;
583
583
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@followupus/common",
3
- "version": "0.10.34",
3
+ "version": "0.10.35",
4
4
  "description": "followup common utils npm package with TypeScript and VSCode",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",