add missing event on image viewer (#7007)

This commit is contained in:
Adina Parpalita
2021-05-10 15:07:31 +03:00
committed by GitHub
parent d6a4f84161
commit c45808053d

View File

@@ -222,6 +222,7 @@
[blobFile]="blobFile"
[readOnly]="readOnly"
(error)="onUnsupportedFile()"
(submit)="onSubmitFile($event)"
></adf-img-viewer>
</ng-container>