We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee0c51 commit 37c9a9cCopy full SHA for 37c9a9c
web/app/components/workflow/nodes/_base/components/panel-operator/panel-operator-popup.tsx
@@ -128,7 +128,7 @@ const PanelOperatorPopup = ({
128
className='flex items-center justify-between px-3 h-8 text-sm text-gray-700 rounded-lg cursor-pointer hover:bg-gray-50'
129
onClick={() => {
130
onClosePopup()
131
- handleNodesCopy()
+ handleNodesCopy(id)
132
}}
133
>
134
{t('workflow.common.copy')}
0 commit comments