mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 17:16:37 +08:00
fix label of tool picker
This commit is contained in:
parent
2007828404
commit
e1cb85cee1
@ -64,7 +64,7 @@ const ToolItem: FC<Props> = ({
|
|||||||
})
|
})
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className='h-8 leading-8 border-l-2 border-divider-subtle pl-4 truncate text-text-secondary system-sm-medium'>{payload.name}</div>
|
<div className='h-8 leading-8 border-l-2 border-divider-subtle pl-4 truncate text-text-secondary system-sm-medium'>{payload.label[language]}</div>
|
||||||
</div>
|
</div>
|
||||||
</Tooltip >
|
</Tooltip >
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user