SUPPORT-8381: fix
This commit is contained in:
parent
f78f9461a9
commit
8e28af5f83
1 changed files with 1 additions and 2 deletions
|
|
@ -23,10 +23,9 @@
|
|||
<button class="selected-file-delete-btn" (click)="removeFile(item)">{{removeFileButtonName}}</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="file-upload-progress" *ngIf="displayProgressBar">
|
||||
<div class="file-upload-progress" *ngIf="displayProgressBar && isProgressBarVisible">
|
||||
<div class="file-upload-progress-bar"
|
||||
role="progressbar"
|
||||
*ngIf="isProgressBarVisible"
|
||||
[ngStyle]="{ 'width': uploader.progress + '%' }"></div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue