mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-10 13:15:18 +02:00
quick update
This commit is contained in:
@@ -477,7 +477,6 @@ export function ChatPage({
|
||||
);
|
||||
|
||||
const session = await response.json();
|
||||
console.log(session);
|
||||
const chatSession = session as BackendChatSession;
|
||||
setSelectedAssistantFromId(chatSession.persona_id);
|
||||
|
||||
|
Reference in New Issue
Block a user