mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
fix: change endpoint should not skip when endpoint same
This commit is contained in:
parent
ad5fbc5fb1
commit
2cce2e30ba
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export default function NewConversationMenu() {
|
|||
setMenuOpen(false);
|
||||
|
||||
if (!newEndpoint) return;
|
||||
else if (newEndpoint === endpoint) return;
|
||||
// else if (newEndpoint === endpoint) return;
|
||||
else {
|
||||
newConversation({}, { endpoint: newEndpoint });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue