wip fix build
This commit is contained in:
parent
9bcb823201
commit
c530a293ab
|
|
@ -58,6 +58,7 @@ export const treeRebuild = async (p: PG, arg?: { note?: string }) => {
|
||||||
mitem: e,
|
mitem: e,
|
||||||
parent_item: { id: root_id },
|
parent_item: { id: root_id },
|
||||||
tree_root_id: root_id,
|
tree_root_id: root_id,
|
||||||
|
skip_add_tree: true,
|
||||||
portal,
|
portal,
|
||||||
each(meta) {
|
each(meta) {
|
||||||
if (meta.item.name === "content") {
|
if (meta.item.name === "content") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue