mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-23 20:00:15 +01:00
adds server and client error handling, clear convos in progress
This commit is contained in:
parent
511ac948b4
commit
51d93da3f8
9 changed files with 98 additions and 48 deletions
|
|
@ -18,7 +18,10 @@ export default function ClearConvos() {
|
|||
}
|
||||
);
|
||||
|
||||
const clickHandler = () => trigger({});
|
||||
const clickHandler = () => {
|
||||
console.log('Clearing conversations...');
|
||||
trigger({});
|
||||
};
|
||||
|
||||
return (
|
||||
<NavLink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue