mirror of
https://github.com/langgenius/dify.git
synced 2026-03-02 14:26:40 +08:00
fix label of tool picker
This commit is contained in:
@ -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>
|
||||
</Tooltip >
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user