mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 06:35:20 +00:00
fix: select fieldnames (#3704)
This commit is contained in:
parent
61a290117f
commit
0123a3320b
@ -122,7 +122,7 @@ const InternalSelect = connect(
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
return v ? v.toString() : v;
|
||||
return v;
|
||||
};
|
||||
return (
|
||||
<AntdSelect
|
||||
|
Loading…
Reference in New Issue
Block a user