king
2021-12-21 fbb78fa4d5e3346733505af886234877b0806265
src/mob/components/navbar/normal-navbar/menusetting/menuform/index.jsx
@@ -7,7 +7,7 @@
import './index.scss'
const { TextArea } = Input
const MkIcon = asyncComponent(() => import('@/components/mkIcon'))
const MkEditIcon = asyncComponent(() => import('@/components/mkIcon'))
class SettingForm extends Component {
  static propTpyes = {
@@ -122,7 +122,7 @@
              {getFieldDecorator('icon', {
                initialValue: menu.icon || ''
              })(
                <MkIcon allowClear />
                <MkEditIcon allowClear />
              )}
            </Form.Item>
          </Col>