@lowcodeunit/applications-flow-common 1.39.48-hardening-bugs → 1.39.49-hardening-bugs

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.
@@ -5735,7 +5735,6 @@ class BreadcrumbComponent {
5735
5735
  else {
5736
5736
  this.IsSmScreen = false;
5737
5737
  }
5738
- // console.log('small: ', this.IsSmScreen);
5739
5738
  if (this.IsSmScreen) {
5740
5739
  this.CurrentLevel = this.determineCurrentLevel();
5741
5740
  this.ReturnRouterLink = this.determineReturnRouterLink();
@@ -5775,6 +5774,7 @@ class BreadcrumbComponent {
5775
5774
  this.CurrentLevel = this.determineCurrentLevel();
5776
5775
  this.ReturnRouterLink = this.determineReturnRouterLink();
5777
5776
  }
5777
+ console.log('Enterprises: ', this.Enterprises);
5778
5778
  }
5779
5779
  ngOnDestroy() {
5780
5780
  this.BPSub.unsubscribe();