mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Modify the link address of the agent id #3909 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -24,7 +24,7 @@ export function Datasets() {
|
||||
{list.slice(0, 3).map((dataset) => (
|
||||
<Card
|
||||
key={dataset.id}
|
||||
className="bg-colors-background-inverse-weak flex-1 border-colors-outline-neutral-standard"
|
||||
className="bg-colors-background-inverse-weak flex-1 border-colors-outline-neutral-standard max-w-96"
|
||||
>
|
||||
<CardContent className="p-4">
|
||||
<div className="flex justify-between mb-4">
|
||||
|
||||
Reference in New Issue
Block a user