set has children to false
This commit is contained in:
@@ -516,7 +516,7 @@ export const treeData: Array<DocumentTreeItemResponseModel> = [
|
||||
name: 'All property editors',
|
||||
type: 'document',
|
||||
icon: 'document',
|
||||
hasChildren: true,
|
||||
hasChildren: false,
|
||||
},
|
||||
{
|
||||
$type: 'DocumentTreeItemViewModel',
|
||||
|
||||
Reference in New Issue
Block a user