fix: fix bugs of frontend-workflow panel operator (#10945)
Co-authored-by: marvin <sea-son@foxmail.com>
This commit is contained in:
parent
8c2f62fb92
commit
fefda40acf
@ -128,7 +128,7 @@ const PanelOperatorPopup = ({
|
|||||||
className='flex items-center justify-between px-3 h-8 text-sm text-gray-700 rounded-lg cursor-pointer hover:bg-gray-50'
|
className='flex items-center justify-between px-3 h-8 text-sm text-gray-700 rounded-lg cursor-pointer hover:bg-gray-50'
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
onClosePopup()
|
onClosePopup()
|
||||||
handleNodesCopy()
|
handleNodesCopy(id)
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{t('workflow.common.copy')}
|
{t('workflow.common.copy')}
|
||||||
|
Loading…
Reference in New Issue
Block a user