From 4bd4d0a974df2aba2a352107dd4d72fa0e78f096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A8=E6=AC=A3?= Date: Tue, 3 Sep 2024 02:44:58 +0800 Subject: [PATCH] chore: Update AddFlowVariable component to remove unnecessary code in parameter management --- web/components/flow/add-flow-variable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/flow/add-flow-variable.tsx b/web/components/flow/add-flow-variable.tsx index cc83e276c..e27d484a5 100644 --- a/web/components/flow/add-flow-variable.tsx +++ b/web/components/flow/add-flow-variable.tsx @@ -206,7 +206,7 @@ const AddFlowVariable: React.FC = () => { - remove(name)} className='relative mt-6' /> + remove(name)} /> ))}