mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
This commit is contained in:
@ -133,7 +133,7 @@ const TriggerPluginItem: FC<Props> = ({
|
||||
/>
|
||||
<div className="ml-2 flex min-w-0 flex-1 items-center text-sm text-text-primary">
|
||||
<span className="max-w-[200px] truncate">{notShowProvider ? actions[0]?.label[language] : payload.label[language]}</span>
|
||||
<span className="system-xs-regular ml-2 truncate text-text-quaternary">{groupName}</span>
|
||||
<span className="ml-2 truncate text-text-quaternary system-xs-regular">{groupName}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user