Skip to content

Commit 4ec50d2

Browse files
Fixed the missing image in edit sector page
1 parent 34a7d24 commit 4ec50d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/ws/app/src/lib/routes/home/routes/sectors/edit-sector/edit-sector.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<mat-icon class="cam-icon">photo_camera</mat-icon>
4848
</div>
4949
<div class="uploaded-img">
50-
50+
<img [src]="addSectorForm.controls.imgUrl.value" />
5151
</div>
5252
</div>
5353
</div>

0 commit comments

Comments
 (0)