add missing event on image viewer (#7007)

This commit is contained in:
Adina Parpalita
2021-05-10 13:07:31 +01:00
committed by GitHub
parent d6a4f84161
commit c45808053d
@@ -222,6 +222,7 @@
[blobFile]="blobFile"
[readOnly]="readOnly"
(error)="onUnsupportedFile()"
(submit)="onSubmitFile($event)"
></adf-img-viewer>
</ng-container>