@eqproject/eqp-attachments 2.5.1 → 2.5.2

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.
@@ -1033,7 +1033,7 @@ class EqpAttachmentsComponent {
1033
1033
  const observable = new Observable((observer) => {
1034
1034
  fileEntry.file((file) => {
1035
1035
  filesDropped.push(file);
1036
- observer.next();
1036
+ observer.next(file);
1037
1037
  observer.complete();
1038
1038
  });
1039
1039
  });