From 32f618646d49c3138051b75aea03e558eb84aecd Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Fri, 26 Dec 2025 15:55:21 +0800 Subject: [PATCH] fix(ui): fix button disabled state in BizApplyNodeConfigForm.InternalIdentifierPicker --- .../workflow/designer/forms/BizApplyNodeConfigForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/workflow/designer/forms/BizApplyNodeConfigForm.tsx b/ui/src/components/workflow/designer/forms/BizApplyNodeConfigForm.tsx index b53d9ee1..3b9d8ddc 100644 --- a/ui/src/components/workflow/designer/forms/BizApplyNodeConfigForm.tsx +++ b/ui/src/components/workflow/designer/forms/BizApplyNodeConfigForm.tsx @@ -854,7 +854,7 @@ const InternalIdentifierPicker = memo(({ disabled, onSelect }: { disabled?: bool ))}
-