浏览代码

fix: fix bugs of frontend-workflow panel operator (#10945)

Co-authored-by: marvin <sea-son@foxmail.com>
tags/0.12.0
marvin-season 11 个月前
父节点
当前提交
fefda40acf
没有帐户链接到提交者的电子邮件

+ 1
- 1
web/app/components/workflow/nodes/_base/components/panel-operator/panel-operator-popup.tsx 查看文件

@@ -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')}

正在加载...
取消
保存