SUPPORT-8381: remove progress percents

This commit is contained in:
Alexandr Shalaginov 2024-07-30 16:51:25 +03:00
parent 3f3613301c
commit ac91a3dd60

View file

@ -27,6 +27,6 @@
<div class="file-upload-progress-bar"
role="progressbar"
*ngIf="isProgressBarVisible"
[ngStyle]="{ 'width': uploader.progress + '%' }">{{uploader.progress}}%</div>
[ngStyle]="{ 'width': uploader.progress + '%' }"></div>
</div>
</div>