atr-components 0.2.410 → 0.2.411

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.
@@ -3663,6 +3663,7 @@ class UploadComponent {
3663
3663
  return true;
3664
3664
  };
3665
3665
  this.beforeUpload = (file, fileList) => {
3666
+ debugger;
3666
3667
  return new Observable(observe => {
3667
3668
  let fileName;
3668
3669
  if (this.opts.keepName) {