Prevent adding child of main info tree in menu
This commit is contained in:
parent
4686e9d37c
commit
97d3ef6cae
@ -23,6 +23,7 @@ class Menu extends Controller {
|
|||||||
name: 'My Info Tree',
|
name: 'My Info Tree',
|
||||||
children: nodes,
|
children: nodes,
|
||||||
noDelete: true,
|
noDelete: true,
|
||||||
|
noChildren: true,
|
||||||
virtual: true,
|
virtual: true,
|
||||||
type: 'branch',
|
type: 'branch',
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user