king
2022-06-09 ed1cc4adc145f8685d04763e19fbd6b0bd80c136
src/menu/components/card/cardsimplecomponent/node-wrap/menus/columnform/index.jsx
@@ -5,7 +5,7 @@
import asyncComponent from '@/utils/asyncComponent'
const ColorSketch = asyncComponent(() => import('@/mob/colorsketch'))
const MkIcon = asyncComponent(() => import('@/components/mkIcon'))
const MkEditIcon = asyncComponent(() => import('@/components/mkIcon'))
class MenusColumn extends Component {
  static propTpyes = {
@@ -76,7 +76,7 @@
              {getFieldDecorator('icon', {
                initialValue: ''
              })(
                <MkIcon allowClear/>
                <MkEditIcon allowClear/>
              )}
            </Form.Item>
          </Col>