Skip to content

Commit

Permalink
Show chat sizes when at the maximum
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Sep 13, 2023
1 parent 5cc2661 commit 7e6a7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/chat/components/applayout/ChatDrawerItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function ChatDrawerItems(props: {
isActive={conversationId === props.conversationId}
isSingle={singleChat}
showSymbols={showSymbols}
maxChatMessages={experimentalLabs ? maxChatMessages : 0}
maxChatMessages={(experimentalLabs || maxReached) ? maxChatMessages : 0}
conversationActivate={handleConversationActivate}
conversationDelete={handleConversationDelete}
/>)}
Expand Down

1 comment on commit 7e6a7a2

@vercel
Copy link

@vercel vercel bot commented on 7e6a7a2 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

big-agi – ./

big-agi-git-main-enricoros.vercel.app
get.big-agi.com
big-agi-enricoros.vercel.app

Please sign in to comment.