From d39d4804a39d1888ec3793b7217a36877234c512 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:41:14 +0800 Subject: [PATCH] fix: When dragging and adding a workflow function node, it prompts that the ID does not exist (#1932) * fix: The application cannot be embedded * 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 @@