king
2021-08-31 72419e2f826031a158173f46d723a672064e37cd
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"/>)
      }