mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
app picker
This commit is contained in:
@ -40,7 +40,7 @@ const ToolTrigger = ({
|
||||
</div>
|
||||
)}
|
||||
{value && (
|
||||
<div className='grow system-sm-regular text-components-input-text-filled'>{value.tool_name}</div>
|
||||
<div className='grow system-sm-medium text-components-input-text-filled'>{value.tool_name}</div>
|
||||
)}
|
||||
{!value && (
|
||||
<div className='grow text-components-input-text-placeholder system-sm-regular'>{t('tools.toolSelector.placeholder')}</div>
|
||||
|
||||
Reference in New Issue
Block a user