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.cjs.js
CHANGED
|
@@ -4509,7 +4509,10 @@ const ChatPlaceholder = (props) => {
|
|
|
4509
4509
|
setLoading(false);
|
|
4510
4510
|
}
|
|
4511
4511
|
};
|
|
4512
|
-
if (baseUrl &&
|
|
4512
|
+
if (baseUrl &&
|
|
4513
|
+
legacyAgentScreen &&
|
|
4514
|
+
!displayQuestions &&
|
|
4515
|
+
lodash.isEmpty(cardList)) {
|
|
4513
4516
|
loadCards();
|
|
4514
4517
|
}
|
|
4515
4518
|
if (questions &&
|