cps-ui-kit 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1292,7 +1292,7 @@ class CpsTreeSelectComponent {
1292
1292
  key,
1293
1293
  styleClass: 'key-' + key
1294
1294
  };
1295
- if (o.type === 'directory') {
1295
+ if (o.isDirectory) {
1296
1296
  inner.type = 'directory';
1297
1297
  inner.selectable = false;
1298
1298
  inner.styleClass += ' cps-tree-node-fully-expandable';