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.js
CHANGED
@@ -4218,7 +4218,7 @@ var useBiBotChatBot = function useBiBotChatBot(bibotProps) {
|
|
4218
4218
|
var _useState = React.useState(true),
|
4219
4219
|
showPredefinedQuestions = _useState[0],
|
4220
4220
|
setShowPredefinedQuestions = _useState[1];
|
4221
|
-
var _useState2 = React.useState(
|
4221
|
+
var _useState2 = React.useState(false),
|
4222
4222
|
chatIsOpen = _useState2[0],
|
4223
4223
|
setChatIsOpen = _useState2[1];
|
4224
4224
|
var _useState3 = React.useState([]),
|