mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-04 01:48:27 +02:00
Fix model override for persisting default assistant (#2081)
* fix model override for persisting default assistant * run pretty * don't modify * Update ChatPage.tsx
This commit is contained in:
parent
c1e3a1b3e7
commit
1d989f5343
@ -789,7 +789,7 @@ export function ChatPage({
|
||||
|
||||
const currentAssistantId = alternativeAssistantOverride
|
||||
? alternativeAssistantOverride.id
|
||||
: alternativeAssistant?.id || liveAssistant.id;
|
||||
: (alternativeAssistant?.id ?? liveAssistant.id);
|
||||
|
||||
resetInputBar();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user