SUPPORT-8381: fix

This commit is contained in:
Alexandr Shalaginov 2024-07-31 17:20:52 +03:00
parent f78f9461a9
commit 8e28af5f83

View file

@ -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>