fix: select fieldnames (#3704)
This commit is contained in:
parent
61a290117f
commit
0123a3320b
@ -122,7 +122,7 @@ const InternalSelect = connect(
|
|||||||
}
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
return v ? v.toString() : v;
|
return v;
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<AntdSelect
|
<AntdSelect
|
||||||
|
Loading…
Reference in New Issue
Block a user