+
+ {{ navItem.options.item.label }}
+
+
+
+
{
- this.tree = tree.map(p => new compose.Page(p))
+ .pageList({ namespaceID, sort: 'title' })
+ .then(({ set: tree }) => {
+ this.tree = tree.map(p => new compose.Page(p)).filter(p => p.moduleID === NoID)
})
.catch(this.toastErrorHandler(this.$t('notification:page.loadFailed')))
},