@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.
@@ -9279,7 +9279,6 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
9279
9279
  field: "dateChange",
9280
9280
  direction: DirectionEnumeration.DESC,
9281
9281
  };
9282
- this.enableAction = true;
9283
9282
  this.pixAccountItemInput = {};
9284
9283
  this.totalRecords = 0;
9285
9284
  this.actionLabel = this.translateService.instant("hcm.payroll.entries_query_actions_total_title");
@@ -9359,9 +9358,6 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
9359
9358
  }
9360
9359
  HistoricalPixAccountComponent.prototype.ngOnInit = function () {
9361
9360
  this.formGroup.setControl(this.fieldFormGroup, this.historicalPixAccountList);
9362
- if (!this.isViewMode) {
9363
- this.enableAction = false;
9364
- }
9365
9361
  };
9366
9362
  HistoricalPixAccountComponent.prototype.ngOnChanges = function (changes) {
9367
9363
  if (changes['listDataReciever'] && changes['listDataReciever'].currentValue) {