mirror of
https://github.com/langgenius/dify.git
synced 2026-02-20 01:44:42 +08:00
use action is for executed action text
This commit is contained in:
parent
55be933342
commit
aaf6e8f978
@ -20,7 +20,7 @@ const ExecutedAction = ({
|
||||
i18nKey="nodes.humanInput.userActions.triggered"
|
||||
ns="workflow"
|
||||
components={{ strong: <span className="system-xs-medium text-text-secondary"></span> }}
|
||||
values={{ actionName: executedAction.title }}
|
||||
values={{ actionName: executedAction.id }}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user