mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 18:56:00 +00:00
quick export - added to grids
This commit is contained in:
@@ -38,7 +38,7 @@ function doExtractMenuItems(menu, res) {
|
||||
for (const item of menu) {
|
||||
doExtractMenuItems(item, res);
|
||||
}
|
||||
} else if (_.isPlainObject(menu)) {
|
||||
} else if (_.isPlainObject(menu) && !menu._skip) {
|
||||
res.push(menu);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user