@smartbit4all/ng-client 3.3.104 → 3.3.105

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.
@@ -11980,6 +11980,9 @@ class SmarttreeGenericService extends SmarttreeService {
11980
11980
  this.submit = new Subject();
11981
11981
  this.reSubscribeToChange = new Subject();
11982
11982
  this.uiActionDescriptors = new Map();
11983
+ if (!this.treeMenuIcon) {
11984
+ this.treeMenuIcon = inject.get('treeMenuIcon');
11985
+ }
11983
11986
  this.configureTree({
11984
11987
  pageName: this.pageName,
11985
11988
  treeid: this.treeId,