From 657f1d2de87eed2b284d35043af96f7fb8533b99 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 23 Aug 2024 17:56:34 +0800 Subject: [PATCH] chore: http request --- .../http/components/key-value/key-value-edit/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/components/workflow/nodes/http/components/key-value/key-value-edit/index.tsx b/web/app/components/workflow/nodes/http/components/key-value/key-value-edit/index.tsx index 1940ed3425..259b739144 100644 --- a/web/app/components/workflow/nodes/http/components/key-value/key-value-edit/index.tsx +++ b/web/app/components/workflow/nodes/http/components/key-value/key-value-edit/index.tsx @@ -57,9 +57,9 @@ const KeyValueList: FC = ({ return null return ( -
-
-
{t(`${i18nPrefix}.key`)}
+
+
+
{t(`${i18nPrefix}.key`)}
{t(`${i18nPrefix}.value`)}
{/* {!readonly && (