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 && (