fix: add missing tableDirKey in tabs/ActAddTab _nodes

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
Wing-Kam Wong
2022-04-04 12:11:58 +08:00
parent 85a82ad41e
commit df9d7624af

View File

@@ -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,
});