mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 16:38:01 +08:00
Feat: Display release status in agent version history. (#13479)
### What problem does this PR solve? Feat: Display release status in agent version history. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
@@ -19,7 +19,12 @@ export function AgentCard({ data, showAgentRenameModal }: DatasetCardProps) {
|
||||
return (
|
||||
<HomeCard
|
||||
testId="agent-card"
|
||||
data={{ ...data, name: data.title, description: data.description || '' }}
|
||||
data={{
|
||||
...data,
|
||||
name: data.title,
|
||||
description: data.description || '',
|
||||
release_time: data.release_time,
|
||||
}}
|
||||
moreDropdown={
|
||||
<AgentDropdown showAgentRenameModal={showAgentRenameModal} agent={data}>
|
||||
<MoreButton></MoreButton>
|
||||
|
||||
Reference in New Issue
Block a user