From 2ec3130f46433edc34b43f63a3df22079beb4edb Mon Sep 17 00:00:00 2001 From: Rain <958414905@qq.com> Date: Sat, 21 Oct 2023 11:44:41 +0800 Subject: [PATCH] chore: fix style of variable input in workflow --- .../core/client/src/schema-component/antd/variable/Input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/client/src/schema-component/antd/variable/Input.tsx b/packages/core/client/src/schema-component/antd/variable/Input.tsx index 5eda92606..01b13e6ff 100644 --- a/packages/core/client/src/schema-component/antd/variable/Input.tsx +++ b/packages/core/client/src/schema-component/antd/variable/Input.tsx @@ -96,7 +96,7 @@ const ConstantTypes = { value: 'null', component: function NullComponent() { const { t } = useTranslation(); - return ; + return ; }, default: null, },