odaptos_design_system 1.4.175 → 1.4.176
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/odaptos_design_system.cjs.development.js +3 -0
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +3 -0
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Interviews/Chat.tsx +4 -0
|
@@ -9510,6 +9510,9 @@ const Chat = ({
|
|
|
9510
9510
|
});
|
|
9511
9511
|
}
|
|
9512
9512
|
}, [tasks, messages]);
|
|
9513
|
+
console.log('tasks', tasks);
|
|
9514
|
+
console.log('idsTasksAlreadySent', idsTasksAlreadySent);
|
|
9515
|
+
console.log('messages', messages);
|
|
9513
9516
|
return /*#__PURE__*/React__default.createElement(Grid, Object.assign({
|
|
9514
9517
|
container: true,
|
|
9515
9518
|
item: true,
|