@posiwise/enterprise-module 0.0.110 → 0.0.111

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.
@@ -995,7 +995,12 @@ class EnterprisePartnersComponent extends AppBaseComponent {
995
995
  }
996
996
  }
997
997
  onDelete(partner) {
998
- this.confirmDialog.confirmDelete().then(ok => {
998
+ this.confirmDialog
999
+ .confirmDelete({
1000
+ textKey: 'Common.Confirm.Delete.TextSimple',
1001
+ textParams: { entityType: 'partner' }
1002
+ })
1003
+ .then(ok => {
999
1004
  if (!ok) {
1000
1005
  return;
1001
1006
  }