mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
feat: clearing convos requires confirmation
This commit is contained in:
parent
655e7ce6d6
commit
0a671849b5
4 changed files with 73 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue