feat: Hide the delete button on the agent page #2088 (#2167)

### 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:
balibabu
2024-08-29 19:06:18 +08:00
committed by GitHub
parent a82f092dac
commit 667632ba00
4 changed files with 28 additions and 15 deletions

View File

@@ -58,6 +58,8 @@ const FlowChatBox = () => {
)}
clickDocumentButton={clickDocumentButton}
index={i}
regenerateMessage={() => {}}
showLikeButton={false}
></MessageItem>
);
})}