Skip to content

Commit

Permalink
fix: fix bugs of frontend-workflow panel operator (#10945)
Browse files Browse the repository at this point in the history
Co-authored-by: marvin <sea-son@foxmail.com>
  • Loading branch information
marvin-season and marvin-season-bankup authored Nov 21, 2024
1 parent 8c2f62f commit fefda40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
onClick={() => {
onClosePopup()
handleNodesCopy()
handleNodesCopy(id)
}}
>
{t('workflow.common.copy')}
Expand Down

0 comments on commit fefda40

Please sign in to comment.