Browse Source

chore: rm console log

pull/1931/head
Wing-Kam Wong 2 years ago
parent
commit
9e998cf77f
  1. 1
      packages/nc-gui/components/templates/editor.vue

1
packages/nc-gui/components/templates/editor.vue

@ -851,7 +851,6 @@ export default {
}
for (const column of t.columns || []) {
console.log(column)
if (this.isRelation(column)) {
if (column.type === 'hm') {
table.hasMany.push({

Loading…
Cancel
Save