myrta-ui 13.0.12 → 13.0.13

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.
@@ -13440,9 +13440,7 @@ class InputFileComponent {
13440
13440
  file: file
13441
13441
  };
13442
13442
  if (!this._checkForUpload(data)) {
13443
- if (!this.autoUpload) {
13444
- this.filesChanged.emit(this.files);
13445
- }
13443
+ this.filesChanged.emit(this.files);
13446
13444
  return;
13447
13445
  }
13448
13446
  const formData = this._createFormData();