Browse Source

fix: add missing tableDirKey in tabs/ActAddTab _nodes

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/1572/head
Wing-Kam Wong 2 years ago
parent
commit
df9d7624af
  1. 1
      packages/nc-gui/components/ProjectTreeView.vue

1
packages/nc-gui/components/ProjectTreeView.vue

@ -1430,6 +1430,7 @@ export default {
type: 'table',
dbKey: this.menuItem._nodes.dbKey,
key: this.menuItem._nodes.key,
tableDirKey: this.menuItem._nodes.tableDirKey,
},
name: _tn,
});

Loading…
Cancel
Save