mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
# Conflicts: # api/controllers/console/app/app.py # web/eslint-suppressions.json # web/eslint.config.mjs
This commit is contained in:
@ -148,7 +148,7 @@ const VarGroupItem: FC<Props> = ({
|
||||
)
|
||||
: t(`${i18nPrefix}.title`, { ns: 'workflow' })!}
|
||||
operations={(
|
||||
<div className="flex h-6 items-center space-x-2">
|
||||
<div className="flex h-6 items-center space-x-2">
|
||||
{payload.variables.length > 0 && (
|
||||
<div className="system-2xs-medium-uppercase flex h-[18px] items-center rounded-[5px] border border-divider-deep px-1 text-text-tertiary">{payload.output_type}</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user