src/mob/searchconfig/groupform/index.jsx
@@ -5,7 +5,7 @@ import asyncComponent from '@/utils/asyncComponent' import './index.scss' const MkIcon = asyncComponent(() => import('@/components/mkIcon')) const MkEditIcon = asyncComponent(() => import('@/components/mkIcon')) class SettingForm extends Component { static propTpyes = { @@ -76,7 +76,7 @@ {getFieldDecorator('icon', { initialValue: config.wrap.icon })( <MkIcon allowClear/> <MkEditIcon allowClear/> )} </Form.Item> </Col>