Admin default (#4032)

* clean up

* minor cleanup

* building

* update agnetic message look

* k

* fix alembic history
This commit is contained in:
pablonyx
2025-02-18 18:31:54 -08:00
committed by GitHub
parent 630bdf71a3
commit 9635522de8
15 changed files with 113 additions and 60 deletions

View File

@@ -1870,9 +1870,7 @@ export function ChatPage({
});
const autoScrollEnabled =
user?.preferences?.auto_scroll == null
? settings?.enterpriseSettings?.auto_scroll || false
: user?.preferences?.auto_scroll! && !agenticGenerating;
(user?.preferences?.auto_scroll && !agenticGenerating) ?? false;
useScrollonStream({
chatState: currentSessionChatState,