king
2021-12-21 fbb78fa4d5e3346733505af886234877b0806265
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>