@c10t/nice-component-library 0.0.22 → 0.0.23

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.
@@ -954,6 +954,9 @@ class UtilsService {
954
954
  if (!!onErrorFunc) {
955
955
  onErrorFunc(error1);
956
956
  }
957
+ if (error1 === '0') {
958
+ this.showErrorToarst('error.serverNotResponse');
959
+ }
957
960
  else {
958
961
  this.showError(error1);
959
962
  }