Skip to content

Commit

Permalink
quick nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Feb 11, 2025
1 parent 90c3a99 commit f8dacc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/chat/ChatPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3089,7 +3089,7 @@ export function ChatPage({
<div className="mx-auto w-fit !pointer-events-none flex sticky justify-center">
<button
onClick={() => clientScrollToBottom()}
className="p-1 pointer-events-auto rounded-2xl bg-background-strong border border-border mx-auto "
className="p-1 pointer-events-auto text-neutral-700 dark:text-neutral-800 rounded-2xl bg-neutral-200 border border-border mx-auto "
>
<FiArrowDown size={18} />
</button>
Expand Down
1 change: 1 addition & 0 deletions web/src/app/chat/message/StreamingMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export const useStreamingMessages = (

switch (p.currentPhase) {
case StreamingPhase.SUB_QUERIES: {
onComplete();
const subQueries = sq.sub_queries || [];
const docs = sq.context_docs?.top_documents || [];
const hasDocs = docs.length > 0;
Expand Down

0 comments on commit f8dacc1

Please sign in to comment.