Node icon fixes

This commit is contained in:
tugcekucukoglu 2023-11-17 20:06:08 +03:00
parent a699338e38
commit e0c634a1f8
2 changed files with 2 additions and 2 deletions

View file

@ -122,7 +122,7 @@ const classes = {
}
],
checkboxIcon: 'p-checkbox-icon',
nodeIcon: ({ instance }) => ['p-treenode-icon', instance.node.icon],
nodeIcon: 'p-treenode-icon',
label: 'p-treenode-label',
subgroup: 'p-treenode-children'
};