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