Skip to content

Commit

Permalink
chore: always shown the new session button
Browse files Browse the repository at this point in the history
  • Loading branch information
khiemfle committed Dec 31, 2024
1 parent 1af5367 commit 578d772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/views/chatmessage/ChatMessage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,7 @@ export const ChatMessage = ({ open, chatflowid, isAgentCanvas, isDialog, preview
)}
<div ref={ps} className={`${isDialog ? 'cloud-dialog' : 'cloud'}`}>
<div id='messagelist' className={'messagelist'}>
{/* New Session Button - Fixed position at the top of chat */}
<Box
sx={{
width: '100%',
Expand Down

0 comments on commit 578d772

Please sign in to comment.