feat: clearing convos requires confirmation

This commit is contained in:
Daniel Avila 2023-03-22 17:51:51 -04:00
parent 655e7ce6d6
commit 0a671849b5
4 changed files with 73 additions and 3 deletions

View file

@ -247,7 +247,6 @@ export default function TextChat({ messages }) {
} else {
let text = data.text || data.response;
if (data.initial) {
console.log(data);
dispatch(toggleCursor());
}
if (data.message) {