@senior-gestao-pessoas/payroll-core 9.4.0-af2cbed0-5ed8-4fa0-b302-d4f7bfe8c238 → 9.4.0-beccc0e0-72b8-4a99-8127-32ad8ca6ee41

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.
@@ -9445,7 +9445,6 @@
9445
9445
  field: "dateChange",
9446
9446
  direction: exports.DirectionEnumeration.DESC,
9447
9447
  };
9448
- this.enableAction = true;
9449
9448
  this.pixAccountItemInput = {};
9450
9449
  this.totalRecords = 0;
9451
9450
  this.actionLabel = this.translateService.instant("hcm.payroll.entries_query_actions_total_title");
@@ -9525,9 +9524,6 @@
9525
9524
  }
9526
9525
  HistoricalPixAccountComponent.prototype.ngOnInit = function () {
9527
9526
  this.formGroup.setControl(this.fieldFormGroup, this.historicalPixAccountList);
9528
- if (!this.isViewMode) {
9529
- this.enableAction = false;
9530
- }
9531
9527
  };
9532
9528
  HistoricalPixAccountComponent.prototype.ngOnChanges = function (changes) {
9533
9529
  if (changes['listDataReciever'] && changes['listDataReciever'].currentValue) {