mirror of https://github.com/langgenius/dify.git
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