@seniorsistemas/yms-integration 1.11.6 → 1.11.7

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.
@@ -10251,7 +10251,7 @@
10251
10251
  size: 1,
10252
10252
  page: 0
10253
10253
  })
10254
- .pipe(operators.takeUntil(this.ngUnsubscribe))
10254
+ .pipe(operators.takeUntil(this.ngUnsubscribe), operators.finalize(function () { return _this.loading = false; }))
10255
10255
  .subscribe(function (_a) {
10256
10256
  var contents = _a.contents;
10257
10257
  if (!contents.length) {
@@ -10283,7 +10283,6 @@
10283
10283
  _this.createdByErpDisableForm();
10284
10284
  _this.formCarregado = true;
10285
10285
  _this.carregandoErpRecebimento = false;
10286
- _this.loading = false;
10287
10286
  });
10288
10287
  };
10289
10288
  RecebimentoFormComponent.prototype.onFilialLookupRequest = function (value) {