@one-paragon/angular-utilities 2.0.25 → 2.0.26

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.
@@ -646,6 +646,7 @@ class RequestStateStore {
646
646
  return this;
647
647
  }
648
648
  onErrorWithRequest(func) {
649
+ this.errorHandled = true;
649
650
  this.subscriber(this.state$, ({ requestParams, response }) => {
650
651
  if (isErrorState(response))
651
652
  func({ requestParams, error: response.error });