@2uinc/frontend-component-xpert-chatbot 1.2.1 → 1.2.2
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/lib/index.min.js +1 -1
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -9525,7 +9525,7 @@ function Ko({ xpertKey: e, submitEventExternal: t, configurations: n }) {
|
|
9525
9525
|
}
|
9526
9526
|
});
|
9527
9527
|
}, ie = Di(async () => {
|
9528
|
-
if (window != null && window.OnetrustActiveGroups && window.OnetrustActiveGroups.includes("C0003"))
|
9528
|
+
if (window != null && window.OnetrustActiveGroups && window.OnetrustActiveGroups.split(",").includes("C0003"))
|
9529
9529
|
try {
|
9530
9530
|
const C = ve.get(`${f}-conversation-history-id`);
|
9531
9531
|
if (!C)
|