RED-9201 - addded id to file name label

This commit is contained in:
Valentin Mihai 2024-07-26 15:23:45 +03:00
parent 646e16557f
commit 9df87dc218

View File

@ -7,7 +7,7 @@
@if (file) {
<div class="file-area">
<mat-icon svgIcon="iqser:document"></mat-icon>
<p>{{ file.name }}</p>
<p id="file-name-label">{{ file.name }}</p>
@if (!readonly) {
<mat-icon (click)="removeFile()" svgIcon="iqser:trash"></mat-icon>
}