### What problem does this PR solve? feat: Hide the delete button on the agent page #2088 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -58,6 +58,8 @@ const FlowChatBox = () => {
|
||||
)}
|
||||
clickDocumentButton={clickDocumentButton}
|
||||
index={i}
|
||||
regenerateMessage={() => {}}
|
||||
showLikeButton={false}
|
||||
></MessageItem>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user