@annalib/anna-core 11.2.14 → 11.2.16

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.
@@ -1802,9 +1802,7 @@ class AnnaNonEditableGenericTableComponent {
1802
1802
  this.setTooltipRadioNames();
1803
1803
  }
1804
1804
  ngAfterViewChecked() {
1805
- if (this.gtGeneralConfig.component && this.gtGeneralConfig.component.includes("ORDER_LISTING") || this.gtGeneralConfig.component == "DRRLISTING") {
1806
- this.setMarginLeftForFilterIcon();
1807
- }
1805
+ this.setMarginLeftForFilterIcon();
1808
1806
  }
1809
1807
  ngOnInit() {
1810
1808
  }