king
2021-08-26 966ff7fb84181f0fa86a56569a8492453c3ae80a
src/components/normalform/modalform/index.jsx
@@ -216,7 +216,7 @@
      } else if (item.type === 'textarea') {
        content = (<TextArea rows={item.rows || 2} placeholder=""/>)
      } else if (item.type === 'mkicon') {
        content = (<MkIcon />)
        content = (<MkIcon allowClear={item.allowClear}/>)
      } else if (item.type === 'source') {
        content = (<SourceComponent type="" placement="right"/>)
      }