brainloper-ui 14.0.22 → 14.0.23

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.
@@ -1696,9 +1696,8 @@ class DataTableComponent {
1696
1696
  action: 'sendEmail',
1697
1697
  conditionShowHeader: () => this.selectedRows.length === 1 &&
1698
1698
  this.configuration.sendEmail &&
1699
- this.screen &&
1700
1699
  this.hasPermission('sendEmail'),
1701
- condition: () => this.configuration.sendEmail && this.screen && this.hasPermission('sendEmail'),
1700
+ condition: () => this.configuration.sendEmail && this.hasPermission('sendEmail'),
1702
1701
  icon: 'fa-mail-bulk',
1703
1702
  tooltip: 'Envia correo',
1704
1703
  },