Commit d646ff5b416753c6bb62eeb2cc209101628114bb

Authored by Igor Kulikov
1 parent 2bc2624a

Fix web camera input widget

... ... @@ -20,7 +20,7 @@
20 20 <div [fxShow]="!isShowCamera" fxLayout="column" fxLayoutAlign="space-between center" fxFlexFill>
21 21 <div class="tb-web-camera__last-photo" fxFlex>
22 22 <span [fxShow]="!lastPhoto" class="tb-web-camera__last-photo_text" translate>widgets.input-widgets.no-image</span>
23   - <img [fxShow]="lastPhoto" class="tb-web-camera__last-photo_img" [src]="safeLastPhoto" alt="last photo"/>
  23 + <img [fxShow]="lastPhoto" class="tb-web-camera__last-photo_img" [src]="lastPhoto" alt="last photo"/>
24 24 </div>
25 25 <button mat-raised-button color="primary" (click)="takePhoto()">
26 26 {{ "widgets.input-widgets.take-photo" | translate }}
... ...