kui-crm 0.0.300 → 0.0.301

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.
package/cjs/index.js CHANGED
@@ -1171,6 +1171,9 @@ var FileStore = /** @class */ (function () {
1171
1171
  this.updateUploadedData(file);
1172
1172
  this.updateUploadStatus("success");
1173
1173
  }
1174
+ else if (this.loader.error) {
1175
+ this.updateUploadStatus("error");
1176
+ }
1174
1177
  else
1175
1178
  this.updateUploadStatus("failure");
1176
1179
  _a.label = 2;