mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +01:00
fix: force navigation to /chat/new on endpoint change and conversation deletions (#1141)
This commit is contained in:
parent
0886441461
commit
a2ee57568a
7 changed files with 76 additions and 61 deletions
|
|
@ -100,7 +100,7 @@ export default function NewConversationMenu() {
|
|||
if (!newEndpoint) {
|
||||
return;
|
||||
} else {
|
||||
newConversation({}, { endpoint: newEndpoint });
|
||||
newConversation(null, { endpoint: newEndpoint });
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue