@annalib/anna-core 15.0.21 → 15.0.22

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.
@@ -2431,7 +2431,7 @@ class AnnaNonEditableGenericTableComponent {
2431
2431
  this.selectUnselectListCheckbox(tooltipOptions, header);
2432
2432
  let index = tooltipOptions.findIndex(item => item.value == null);
2433
2433
  if (index != -1) {
2434
- tooltipOptions[index].label = "(Blank)";
2434
+ tooltipOptions[index].label = "-";
2435
2435
  }
2436
2436
  return tooltipOptions;
2437
2437
  }