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.esm.js CHANGED
@@ -6669,7 +6669,7 @@ const fetchCrossFilterOptions = async (filterConfig, existingSelections = [], al
6669
6669
  check_configuration: [],
6670
6670
  is_mandatory: config.is_mandatory || false,
6671
6671
  extra: {},
6672
- values: values,
6672
+ values: values.map((v) => replaceSpecialCharToCharCode(String(v))),
6673
6673
  attribute_name: key,
6674
6674
  operator: "in",
6675
6675
  display_order: 0,