Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 25, 2024
1 parent a98cdb3 commit 552508b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-app/src/components/site/indexes/AskIndexes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ const AskIndexes: FC<AskIndexesProps> = ({ sources }) => {
};

useEffect(() => {
!viewedConversation && setStreamingMessages([]);
if (!isLocalUpdate.current) {
viewedConversation &&
viewedConversation.messages &&
Expand Down

0 comments on commit 552508b

Please sign in to comment.