From 9edc07af9f44371d229a019d095c413eafd2d25b Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Tue, 16 Dec 2025 11:29:46 +0800 Subject: [PATCH] fix: The user input parameter was set to non mandatory, but after re entering the canvas editing, it became a mandatory parameter --- .../nodes/base-node/component/UserInputFieldTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/workflow/nodes/base-node/component/UserInputFieldTable.vue b/ui/src/workflow/nodes/base-node/component/UserInputFieldTable.vue index 6d813073b92..56ccc23885c 100644 --- a/ui/src/workflow/nodes/base-node/component/UserInputFieldTable.vue +++ b/ui/src/workflow/nodes/base-node/component/UserInputFieldTable.vue @@ -107,7 +107,7 @@