From 9b069bd3d4ae38b3c18613dff7cf41aafe634262 Mon Sep 17 00:00:00 2001 From: StyleZhang Date: Fri, 15 Mar 2024 20:17:58 +0800 Subject: [PATCH] node value form --- .../workflow/panel/inputs-panel.tsx | 72 ++++++++++--------- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/web/app/components/workflow/panel/inputs-panel.tsx b/web/app/components/workflow/panel/inputs-panel.tsx index 430a072891..0c187289a4 100644 --- a/web/app/components/workflow/panel/inputs-panel.tsx +++ b/web/app/components/workflow/panel/inputs-panel.tsx @@ -44,41 +44,43 @@ const InputsPanel = () => { } return ( -
-
- {t('workflow.singleRun.testRun')} -
-
- { - variables.map(variable => ( -
- handleValueChange(variable.variable, v)} - /> -
- )) - } -
-
- - +
+
+
+ {t('workflow.singleRun.testRun')} +
+
+ { + variables.map(variable => ( +
+ handleValueChange(variable.variable, v)} + /> +
+ )) + } +
+
+ + +
)