Commit c14ca05d authored by 田翔's avatar 田翔

fix: 同步的信息配置支持清除

parent 09a0c72f
{
"name": "panda-xform",
"version": "4.6.6",
"description": "4.6.6 附件bug'修复",
"version": "4.6.7",
"description": "4.6.7 同步的信息配置支持清除",
"keywords": [
"panda-xform"
],
......
......@@ -27,6 +27,7 @@ const AddressSync = (props) => {
return (
<Select
allowClear
style={{ width: '100%' }}
options={options}
value={value}
......
......@@ -27,6 +27,7 @@ const CoordSync = (props) => {
return (
<Select
allowClear
style={{ width: '100%' }}
options={options}
value={value}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment