@2uinc/frontend-component-xpert-chatbot 1.40.8 → 1.40.9
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
|
@@ -22370,7 +22370,7 @@ function Cd({ submitEventExternal: e = null }) {
|
|
|
22370
22370
|
...t?.buildTagsFromUrl && {
|
|
22371
22371
|
tags: S3(window.location.href)
|
|
22372
22372
|
},
|
|
22373
|
-
...Pe && {
|
|
22373
|
+
...Pe && { external_id: Pe }
|
|
22374
22374
|
}),
|
|
22375
22375
|
signal: f.current.signal
|
|
22376
22376
|
});
|