mirror of https://github.com/langgenius/dify.git
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>
|
||||
</Tooltip >
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue