impact-chatbot 2.3.6 → 2.3.7
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.cjs.js +4 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4487,7 +4487,10 @@ const ChatPlaceholder = (props) => {
|
|
|
4487
4487
|
setLoading(false);
|
|
4488
4488
|
}
|
|
4489
4489
|
};
|
|
4490
|
-
if (baseUrl &&
|
|
4490
|
+
if (baseUrl &&
|
|
4491
|
+
legacyAgentScreen &&
|
|
4492
|
+
!displayQuestions &&
|
|
4493
|
+
isEmpty$1(cardList)) {
|
|
4491
4494
|
loadCards();
|
|
4492
4495
|
}
|
|
4493
4496
|
if (questions &&
|