RED-9201 - addded id to file name label
This commit is contained in:
parent
646e16557f
commit
9df87dc218
@ -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>
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user