bibot 1.0.72 → 1.0.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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -4215,7 +4215,7 @@ var useBiBotChatBot = function useBiBotChatBot(bibotProps) {
|
|
4215
4215
|
var _useState = useState(true),
|
4216
4216
|
showPredefinedQuestions = _useState[0],
|
4217
4217
|
setShowPredefinedQuestions = _useState[1];
|
4218
|
-
var _useState2 = useState(
|
4218
|
+
var _useState2 = useState(false),
|
4219
4219
|
chatIsOpen = _useState2[0],
|
4220
4220
|
setChatIsOpen = _useState2[1];
|
4221
4221
|
var _useState3 = useState([]),
|