@annalib/anna-core 31.0.12 → 31.0.14

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.
@@ -4848,6 +4848,7 @@ class AnnaNonEditableGenericTableComponent {
4848
4848
  this.tooltipRadioTextMap.set("reviewedBySM", "SM Reviewed By");
4849
4849
  this.tooltipRadioTextMap.set("offerId", "Offer Id");
4850
4850
  this.tooltipRadioTextMap.set("offerType", "Offer Type");
4851
+ this.tooltipRadioTextMap.set("reviewedByUser", "Reviewed By");
4851
4852
  }
4852
4853
  selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
4853
4854
  rowData[columnKeys] = !rowData[columnKeys];