From fb412b6d4085397a4a4ad9534b7ac96fe54f38b7 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Fri, 27 Dec 2024 14:29:14 +0800 Subject: [PATCH] fix: When dragging and adding a workflow function node, it prompts that the ID does not exist --- ui/src/views/application-workflow/component/DropdownMenu.vue | 3 ++- ui/src/workflow/index.vue | 2 +- ui/src/workflow/nodes/function-lib-node/index.vue | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ui/src/views/application-workflow/component/DropdownMenu.vue b/ui/src/views/application-workflow/component/DropdownMenu.vue index 4b041712f09..46ac0ea6eb6 100644 --- a/ui/src/views/application-workflow/component/DropdownMenu.vue +++ b/ui/src/views/application-workflow/component/DropdownMenu.vue @@ -49,7 +49,7 @@