impact-chatbot 2.3.72 → 2.3.73

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.js CHANGED
@@ -6691,7 +6691,7 @@ const fetchCrossFilterOptions = async (filterConfig, existingSelections = [], al
6691
6691
  check_configuration: [],
6692
6692
  is_mandatory: config.is_mandatory || false,
6693
6693
  extra: {},
6694
- values: values,
6694
+ values: values.map((v) => replaceSpecialCharToCharCode(String(v))),
6695
6695
  attribute_name: key,
6696
6696
  operator: "in",
6697
6697
  display_order: 0,