mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 13:26:52 +00:00
fix: add missing tableDirKey in tabs/ActAddTab _nodes
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user