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