Sfoglia il codice sorgente

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

Co-authored-by: marvin <sea-son@foxmail.com>
marvin-season 5 mesi fa
parent
commit
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')}