fix: select fieldnames (#3704)

This commit is contained in:
katherinehhh 2024-03-13 15:22:40 +08:00 committed by GitHub
parent 61a290117f
commit 0123a3320b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,7 +122,7 @@ const InternalSelect = connect(
}
return undefined;
}
return v ? v.toString() : v;
return v;
};
return (
<AntdSelect