From 0123a3320bf1f2344e8610080f3bf300883676d5 Mon Sep 17 00:00:00 2001 From: katherinehhh Date: Wed, 13 Mar 2024 15:22:40 +0800 Subject: [PATCH] fix: select fieldnames (#3704) --- .../core/client/src/schema-component/antd/select/Select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/client/src/schema-component/antd/select/Select.tsx b/packages/core/client/src/schema-component/antd/select/Select.tsx index 9207a1bc7..3d9784817 100644 --- a/packages/core/client/src/schema-component/antd/select/Select.tsx +++ b/packages/core/client/src/schema-component/antd/select/Select.tsx @@ -122,7 +122,7 @@ const InternalSelect = connect( } return undefined; } - return v ? v.toString() : v; + return v; }; return (