king
2022-04-01 1ea9fe09a611dea3a05131e349a8e8dd46adcf6a
src/components/normalform/modalform/index.jsx
@@ -263,7 +263,7 @@
      } else if (item.type === 'source') {
        content = (<SourceComponent type="" placement="right"/>)
      } else if (item.type === 'table') {
        content = (<MKTable columns={item.columns || []}/>)
        content = (<MKTable columns={item.columns || []} actions={item.actions || []}/>)
      }
      if (!content) return