remove event from errorHandler call

This commit is contained in:
Art Lowel
2020-02-20 09:28:46 +01:00
parent 2c12446128
commit f7f6600806

View File

@@ -1,4 +1,4 @@
<div class="thumbnail">
<img [src]="src | dsSafeUrl" (error)="errorHandler($event)" class="img-fluid"/>
<img [src]="src | dsSafeUrl" (error)="errorHandler()" class="img-fluid"/>
</div>