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/model-plugins-implementing
# Conflicts: # web/app/components/workflow/nodes/_base/components/variable/variable-label/base/variable-label.tsx # web/eslint-suppressions.json
This commit is contained in:
@ -34,6 +34,7 @@ const VariableLabel = ({
|
||||
)}
|
||||
onClick={onClick}
|
||||
ref={ref}
|
||||
{...(isExceptionVariable ? { 'data-testid': 'exception-variable' } : {})}
|
||||
>
|
||||
{isShowNodeLabel && (
|
||||
<VariableNodeLabel
|
||||
|
||||
Reference in New Issue
Block a user