Prevent adding child of main info tree in menu
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

master
Garrett Mills 4 years ago
parent 4686e9d37c
commit 97d3ef6cae
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -23,6 +23,7 @@ class Menu extends Controller {
name: 'My Info Tree',
children: nodes,
noDelete: true,
noChildren: true,
virtual: true,
type: 'branch',
})

Loading…
Cancel
Save